purge socketaddr call in favor of getsockname
[unix-history] / usr / src / lib / libc / net / rcmd.c
index 817c9e5..2af7c47 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)rcmd.c     4.7 %G%";
+static char sccsid[] = "@(#)rcmd.c     4.8 %G%";
 #endif
 
 #include <stdio.h>
 #endif
 
 #include <stdio.h>
@@ -176,9 +176,3 @@ again:
        }
        return (-1);
 }
        }
        return (-1);
 }
-
-socketaddr(x, y)
-{
-
-       syscall(103,x,y);
-}