change gethostbyname to do a query of class C_IN insted of C_ANY
[unix-history] / usr / src / lib / libc / net / getnetbyaddr.c
index e739d38..cc5d2f4 100644 (file)
@@ -4,9 +4,9 @@
  * specifies the terms and conditions for redistribution.
  */
 
  * specifies the terms and conditions for redistribution.
  */
 
-#ifndef lint
-static char sccsid[] = "@(#)getnetbyaddr.c     5.1 (Berkeley) %G%";
-#endif not lint
+#if defined(LIBC_SCCS) && !defined(lint)
+static char sccsid[] = "@(#)getnetbyaddr.c     5.2 (Berkeley) %G%";
+#endif LIBC_SCCS and not lint
 
 #include <netdb.h>
 
 
 #include <netdb.h>