]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
does not need stddef.h, tell emacs to use C mode on the file
authorDavid Lawrence <source@isc.org>
Wed, 26 Jul 2000 21:56:28 +0000 (21:56 +0000)
committerDavid Lawrence <source@isc.org>
Wed, 26 Jul 2000 21:56:28 +0000 (21:56 +0000)
lib/lwres/include/lwres/netdb.h.in

index 4952611c4f1a7398a026047fecb25e6d83c78bc5..0088156d51da496691ccdca92eb621b8c7a602d6 100644 (file)
  * SOFTWARE.
  */
 
-/* $Id: netdb.h.in,v 1.23 2000/06/23 03:14:04 tale Exp $ */
+/* $Id: netdb.h.in,v 1.24 2000/07/26 21:56:28 tale Exp $ */
 
 #ifndef LWRES_NETDB_H
 #define LWRES_NETDB_H 1
 
-#include <stddef.h>
 #include <netdb.h>             /* Contractual provision. */
 
 #include <lwres/lang.h>
@@ -453,4 +452,11 @@ struct rpcent      *lwres_getrpcent();
 #endif /* sun */
 #endif /* notyet */
 
+/*
+ * Tell Emacs to use C mode on this file.
+ * Local variables:
+ * mode: c
+ * End:
+ */
+
 #endif /* LWRES_NETDB_H */