BSD 4_3 release
[unix-history] / usr / src / lib / libc / net / res_comp.c
index e45f98f..4047129 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)res_comp.c 6.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)res_comp.c 6.7 (Berkeley) 3/11/86";
 #endif LIBC_SCCS and not lint
 
 #include <sys/types.h>
 #endif LIBC_SCCS and not lint
 
 #include <sys/types.h>
@@ -238,7 +238,7 @@ dn_find(exp_dn, msg, dnptrs, lastdnptr)
  */
 
 u_short
  */
 
 u_short
-_getshort(msgp)
+getshort(msgp)
        char *msgp;
 {
        register u_char *p = (u_char *) msgp;
        char *msgp;
 {
        register u_char *p = (u_char *) msgp;
@@ -256,7 +256,7 @@ _getshort(msgp)
 }
 
 u_long
 }
 
 u_long
-_getlong(msgp)
+getlong(msgp)
        char *msgp;
 {
        register u_char *p = (u_char *) msgp;
        char *msgp;
 {
        register u_char *p = (u_char *) msgp;