]> git.saurik.com Git - apple/network_cmds.git/commitdiff
network_cmds-245.15.tar.gz mac-os-x-1048ppc mac-os-x-1048x86 v245.15
authorApple <opensource@apple.com>
Tue, 15 Aug 2006 02:55:30 +0000 (02:55 +0000)
committerApple <opensource@apple.com>
Tue, 15 Aug 2006 02:55:30 +0000 (02:55 +0000)
43 files changed:
domainname.tproj/Makefile.dist
domainname.tproj/domainname.c
ipsec/Makefile.postamble
netstat.tproj/inet.c
nfsd.tproj/nfsd.c
rarpd.tproj/Makefile.dist
rarpd.tproj/rarpd.8
rarpd.tproj/rarpd.c
rlogin.tproj/krcmd.c
spray.tproj/Makefile.dist
spray.tproj/spray.c
telnet.tproj/commands.c
telnet.tproj/telnet.1
timed.tproj/timed.tproj/acksend.c
timed.tproj/timed.tproj/byteorder.c
timed.tproj/timed.tproj/candidate.c
timed.tproj/timed.tproj/cksum.c
timed.tproj/timed.tproj/correct.c
timed.tproj/timed.tproj/globals.h
timed.tproj/timed.tproj/master.c
timed.tproj/timed.tproj/measure.c
timed.tproj/timed.tproj/networkdelta.c
timed.tproj/timed.tproj/slave.c
timed.tproj/timed.tproj/timed.c
timed.tproj/timedc.tproj/cmds.c
timed.tproj/timedc.tproj/timedc.c
traceroute.tproj/gnuc.h
traceroute.tproj/ifaddrlist.h
ypbind.tproj/Makefile.dist
ypbind.tproj/ypbind.c
ypcat.tproj/Makefile.dist
ypcat.tproj/ypcat.1
ypcat.tproj/ypcat.c
ypmatch.tproj/Makefile.dist
ypmatch.tproj/ypmatch.1
ypmatch.tproj/ypmatch.c
yppoll.tproj/Makefile.dist
yppoll.tproj/yppoll.8
yppoll.tproj/yppoll.c
ypset.tproj/Makefile.dist
ypwhich.tproj/Makefile.dist
ypwhich.tproj/ypwhich.1
ypwhich.tproj/ypwhich.c

index 755ae0de80361320ecbbc210ab95a1eb2ef629fb..7f041617bcac77dff421cf67121d2e32e04bff13 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.3 (Berkeley) 5/11/90
 #      from: @(#)Makefile      5.3 (Berkeley) 5/11/90
-#      $Id: Makefile.dist,v 1.1.1.1 1999/05/02 03:57:38 wsanchez Exp $
+#      $Id: Makefile.dist,v 1.1 1999/05/02 03:57:38 wsanchez Exp $
 
 PROG=  domainname
 
 
 PROG=  domainname
 
index a229731921913a4cd47f9ba335340f45800c2b62..4e0eb96606721d55b71f357408c261b0ebdb223f 100644 (file)
@@ -51,7 +51,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: domainname.c,v 1.1.1.1 1999/05/02 03:57:38 wsanchez Exp $";
+static char rcsid[] = "$Id: domainname.c,v 1.1 1999/05/02 03:57:38 wsanchez Exp $";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 1fc2bf343c3a807d4643eebdaded01c1b66ba232..09dfa142210131f7935e2b593fd5197d5fb4712d 100644 (file)
 install-man-page:
        install -d "$(DSTROOT)/usr/share/man/man3"
        install -c -m 644 ipsec_set_policy.3 "$(DSTROOT)/usr/share/man/man3/ipsec_set_policy.3"
 install-man-page:
        install -d "$(DSTROOT)/usr/share/man/man3"
        install -c -m 644 ipsec_set_policy.3 "$(DSTROOT)/usr/share/man/man3/ipsec_set_policy.3"
-       install -c -m 644 ipsec_strerror.3 "$(DSTROOT)/usr/share/man/man3/ipsec_strerror.3"\r
+       install -c -m 644 ipsec_strerror.3 "$(DSTROOT)/usr/share/man/man3/ipsec_strerror.3"
index 53899cbcfa6e125934efccb7434bee7eacb3a1de..8644d53e59dec461eb4fb4a0a08f48c97da30519 100644 (file)
@@ -521,6 +521,16 @@ tcp_stats(u_long off , char *name, int af )
        p(tcps_keepdrops, "\t\t%lu connection%s dropped by keepalive\n");
        p(tcps_predack, "\t%lu correct ACK header prediction%s\n");
        p(tcps_preddat, "\t%lu correct data packet header prediction%s\n");
        p(tcps_keepdrops, "\t\t%lu connection%s dropped by keepalive\n");
        p(tcps_predack, "\t%lu correct ACK header prediction%s\n");
        p(tcps_preddat, "\t%lu correct data packet header prediction%s\n");
+       p(tcps_sack_recovery_episode, "\t%lu SACK recovery episode%s\n"); 
+       p(tcps_sack_rexmits,
+               "\t%lu segment rexmit%s in SACK recovery episodes\n");
+       p(tcps_sack_rexmit_bytes,
+               "\t%lu byte rexmit%s in SACK recovery episodes\n"); 
+       p(tcps_sack_rcv_blocks,
+               "\t%lu SACK option%s (SACK blocks) received\n"); 
+       p(tcps_sack_send_blocks, "\t%lu SACK option%s (SACK blocks) sent\n"); 
+       p1a(tcps_sack_sboverflow, "\t%lu SACK scoreboard overflow\n"); 
+
 #undef p
 #undef p1a
 #undef p2
 #undef p
 #undef p1a
 #undef p2
index a40ac6ad586701157d314a9018b83f79853598d9..3a97b6446baa3ab0c654b06c085ccf90ad62a216 100644 (file)
@@ -374,8 +374,14 @@ main(argc, argv, envp)
                inetaddr.sin_len = sizeof(inetaddr);
                if (bind(sock,
                    (struct sockaddr *)&inetaddr, sizeof(inetaddr)) < 0) {
                inetaddr.sin_len = sizeof(inetaddr);
                if (bind(sock,
                    (struct sockaddr *)&inetaddr, sizeof(inetaddr)) < 0) {
-                       syslog(LOG_ERR, "can't bind udp addr");
-                       exit(1);
+                       /* socket may still be lingering from previous incarnation */
+                       /* wait a few seconds and try again */
+                       sleep(6);
+                       if (bind(sock,
+                           (struct sockaddr *)&inetaddr, sizeof(inetaddr)) < 0) {
+                               syslog(LOG_ERR, "can't bind udp addr");
+                               exit(1);
+                       }
                }
                if (!pmap_set(RPCPROG_NFS, 2, IPPROTO_UDP, NFS_PORT) ||
                    !pmap_set(RPCPROG_NFS, 3, IPPROTO_UDP, NFS_PORT)) {
                }
                if (!pmap_set(RPCPROG_NFS, 2, IPPROTO_UDP, NFS_PORT) ||
                    !pmap_set(RPCPROG_NFS, 3, IPPROTO_UDP, NFS_PORT)) {
index 2c02ca5ada7294b8864277c9321d9641226be5cf..6499b1f3612cc0a03f6b5a7a938bc7786ad68d14 100644 (file)
@@ -1,4 +1,4 @@
-# @(#) $Id: Makefile.dist,v 1.1.1.1 1999/05/02 03:57:59 wsanchez Exp $
+# @(#) $Id: Makefile.dist,v 1.1 1999/05/02 03:57:59 wsanchez Exp $
 
 PROG=  rarpd
 SRCS=  rarpd.c
 
 PROG=  rarpd
 SRCS=  rarpd.c
index f090c473358592e29abe7145526f554bd22d1d2c..39ecff6271e4c1eb508d9f8be9e20559117ab857 100644 (file)
@@ -17,7 +17,7 @@
 .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
 .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
 .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-.\" @(#) $Id: rarpd.8,v 1.1.1.1 1999/05/02 03:57:59 wsanchez Exp $
+.\" @(#) $Id: rarpd.8,v 1.1 1999/05/02 03:57:59 wsanchez Exp $
 .\"
 .Dd October 26, 1990
 .Dt RARPD 8
 .\"
 .Dd October 26, 1990
 .Dt RARPD 8
index 890be78148a6451c6b58a2cc922ce7ee6eb10674..036bffa3072797f025237c7578744200850addf7 100644 (file)
@@ -49,7 +49,7 @@ char    copyright[] =
 
 #ifndef lint
 static char rcsid[] =
 
 #ifndef lint
 static char rcsid[] =
-"@(#) $Id: rarpd.c,v 1.1.1.1 1999/05/02 03:57:59 wsanchez Exp $";
+"@(#) $Id: rarpd.c,v 1.1 1999/05/02 03:57:59 wsanchez Exp $";
 #endif
 
 
 #endif
 
 
index 8f7710eeda95b3b198cc9bc86079af6652300c73..d6acb2290bdf9c379b21053799c2b3dce78a8882 100644 (file)
@@ -56,7 +56,7 @@
 
 
 /*
 
 
 /*
- *     $Source: /cvs/root/network_cmds/rlogin.tproj/krcmd.c,v $
+ *     $Source: /Volumes/george/fs-svn/network_cmds/rlogin.tproj/krcmd.c,v $
  *     $Header: /mit/kerberos/ucb/mit/kcmd/RCS/krcmd.c,v 5.1
  *             89/07/25 15:38:44 kfall Exp Locker: kfall $
  * static char *rcsid_kcmd_c =
  *     $Header: /mit/kerberos/ucb/mit/kcmd/RCS/krcmd.c,v 5.1
  *             89/07/25 15:38:44 kfall Exp Locker: kfall $
  * static char *rcsid_kcmd_c =
index 87c00aaa128ffcbfa672461eb5d510bc6cdb597b..d90bce564e3d11be331073eb1b31811ac78cff59 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: Makefile.dist,v 1.1.1.1 1999/05/02 03:58:27 wsanchez Exp $
+#      $Id: Makefile.dist,v 1.1 1999/05/02 03:58:27 wsanchez Exp $
 
 PROG=  spray
 NOMAN=
 
 PROG=  spray
 NOMAN=
index 72d9c3ede48592575ba55db5bb7ac573517846c7..c8e24dd7e3fdbf1f5492a85eb58cf84af7ca73c0 100644 (file)
@@ -50,7 +50,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- *     $Id: spray.c,v 1.1.1.1 1999/05/02 03:58:27 wsanchez Exp $
+ *     $Id: spray.c,v 1.1 1999/05/02 03:58:27 wsanchez Exp $
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
index 47a7500ae0c6119165a4d65f1eb63f0c3ac96e18..bc87448fed5da04ea2c1d22876cd84ca4ecc1447 100644 (file)
@@ -1599,7 +1599,7 @@ env_cmd(int argc, char *argv[])
                                argv[1]);
        return 0;
     }
                                argv[1]);
        return 0;
     }
-    if (c->narg + 2 != argc) {
+    if (c->narg + 2 != argc && strcasecmp(argv[1],"define")==0 && c->narg + 1 != argc) {
        fprintf(stderr,
            "Need %s%d argument%s to 'environ %s' command.  'environ ?' for help.\n",
                c->narg < argc + 2 ? "only " : "",
        fprintf(stderr,
            "Need %s%d argument%s to 'environ %s' command.  'environ ?' for help.\n",
                c->narg < argc + 2 ? "only " : "",
@@ -1636,19 +1636,20 @@ env_find(const unsigned char *var)
 void
 env_init(void)
 {
 void
 env_init(void)
 {
-       extern char **environ;
-       char **epp, *cp;
+        char *ev;
        struct env_lst *ep;
        struct env_lst *ep;
+       int i;
 
 
-       for (epp = environ; *epp; epp++) {
-               if ((cp = strchr(*epp, '='))) {
-                       *cp = '\0';
-                       ep = env_define((unsigned char *)*epp,
-                                       (unsigned char *)cp+1);
-                       ep->export = 0;
-                       *cp = '=';
-               }
+       const char *safe_vars[]=
+         {"USER", "PRINTER", "DISPLAY", "TERM", "COLUMNS", "LINES"};
+       
+       for(i=0;i<sizeof(safe_vars)/sizeof(const char *);i++) {
+           if(ev=getenv(safe_vars[i])) {
+             ep=env_define((unsigned char *)safe_vars[i],(unsigned char *)ev);
+               ep->export=0;
+           }
        }
        }
+
        /*
         * Special case for DISPLAY variable.  If it is ":0.0" or
         * "unix:0.0", we have to get rid of "unix" and insert our
        /*
         * Special case for DISPLAY variable.  If it is ":0.0" or
         * "unix:0.0", we have to get rid of "unix" and insert our
@@ -1658,7 +1659,7 @@ env_init(void)
            && ((*ep->value == ':')
                || (strncmp((char *)ep->value, "unix:", 5) == 0))) {
                char hbuf[256+1];
            && ((*ep->value == ':')
                || (strncmp((char *)ep->value, "unix:", 5) == 0))) {
                char hbuf[256+1];
-               char *cp2 = strchr((char *)ep->value, ':');
+               char *cp, *cp2 = strchr((char *)ep->value, ':');
 
                gethostname(hbuf, 256);
                hbuf[256] = '\0';
 
                gethostname(hbuf, 256);
                hbuf[256] = '\0';
@@ -1683,6 +1684,7 @@ env_init(void)
 struct env_lst *
 env_define(const unsigned char *var, unsigned char *value)
 {
 struct env_lst *
 env_define(const unsigned char *var, unsigned char *value)
 {
+        char *ev;
        struct env_lst *ep;
 
        if ((ep = env_find(var))) {
        struct env_lst *ep;
 
        if ((ep = env_find(var))) {
@@ -1698,10 +1700,16 @@ env_define(const unsigned char *var, unsigned char *value)
                if (ep->next)
                        ep->next->prev = ep;
        }
                if (ep->next)
                        ep->next->prev = ep;
        }
-       ep->welldefined = opt_welldefined(var);
+
+       ep->welldefined = opt_welldefined((const char *)var);
        ep->export = 1;
        ep->export = 1;
-       ep->var = strdup(var);
-       ep->value = strdup(value);
+       ep->var = (unsigned char *)strdup((const char *)var);
+
+       if(value) 
+                 ep->value = (unsigned char *)strdup((const char *)value);
+       else if(ev=getenv((const char *)var))
+                 ep->value = (unsigned char *)strdup(ev);
+       else      ep->value = (unsigned char *)strdup("");
        return(ep);
 }
 
        return(ep);
 }
 
@@ -1747,7 +1755,7 @@ env_send(unsigned char *var)
 
        if (my_state_is_wont(TELOPT_NEW_ENVIRON)
 #ifdef OLD_ENVIRON
 
        if (my_state_is_wont(TELOPT_NEW_ENVIRON)
 #ifdef OLD_ENVIRON
-           && my_state_is_wont(TELOPT_OLD_ENVIRON)
+           && my_state_is_wont(TELOPT_OLD_ENVIRON)
 #endif
                ) {
                fprintf(stderr,
 #endif
                ) {
                fprintf(stderr,
@@ -1772,7 +1780,7 @@ env_list(void)
        struct env_lst *ep;
 
        for (ep = envlisthead.next; ep; ep = ep->next) {
        struct env_lst *ep;
 
        for (ep = envlisthead.next; ep; ep = ep->next) {
-               printf("%c %-20s %s\n", ep->export ? '*' : ' ',
+               printf("%c %-20s %s\n", ep->export ? '*' : ' ',
                                        ep->var, ep->value);
        }
 }
                                        ep->var, ep->value);
        }
 }
index 1ac6c4255046f11ca43c1b3e58919d6e8e03b4fa..bb9717c82014d112f106375dbc81e6194db5468d 100644 (file)
@@ -442,29 +442,23 @@ command is used to manipulate the
 variables that may be sent through the
 .Dv TELNET ENVIRON
 option.
 variables that may be sent through the
 .Dv TELNET ENVIRON
 option.
-The initial set of variables is taken from the users
-environment, with only the
-.Ev DISPLAY
-and
-.Ev PRINTER
-variables being exported by default.
-The
-.Ev USER
-variable is also exported if the
-.Fl a
-or
-.Fl l
-options are used.
+The initial set of variables is populated with the
+contents of the following environment variables, if
+present: 
+.Ev USER , PRINTER , DISPLAY , TERM , COLUMNS , LINES.
+
+Only the first three are exported, by default.
 .Pp
 Valid arguments for the
 .Ic environ
 command are:
 .Bl -tag -width Fl
 .Pp
 Valid arguments for the
 .Ic environ
 command are:
 .Bl -tag -width Fl
-.It Ic define Ar variable value
+.It Ic define Ar variable [value]
 Define the variable
 .Ar variable
 to have a value of
 .Ar value .
 Define the variable
 .Ar variable
 to have a value of
 .Ar value .
+If value is empty, the value is taken from the environment variable.
 Any variables defined by this command are automatically exported.
 The
 .Ar value
 Any variables defined by this command are automatically exported.
 The
 .Ar value
index af1aea094b427318f7d5038baebd1fc4e58e126e..f4ac3307683315ffcb876ca06b2fe4aa3cff8cba 100644 (file)
@@ -59,7 +59,7 @@ static char sccsid[] = "@(#)acksend.c 8.1 (Berkeley) 6/6/93";
 #endif /* not lint */
 
 #ifdef sgi
 #endif /* not lint */
 
 #ifdef sgi
-#ident "$Revision: 1.1.1.1 $"
+#ident "$Revision: 1.1 $"
 #endif
 
 #include "globals.h"
 #endif
 
 #include "globals.h"
index 97bb911455eef3ff94a635ca21e94e508f4e05b6..59a5e8cb54d5addfd0e609f875ef3a70ec7410a4 100644 (file)
@@ -59,7 +59,7 @@ static char sccsid[] = "@(#)byteorder.c       8.1 (Berkeley) 6/6/93";
 #endif /* not lint */
 
 #ifdef sgi
 #endif /* not lint */
 
 #ifdef sgi
-#ident "$Revision: 1.1.1.1 $"
+#ident "$Revision: 1.1 $"
 #endif
 
 #include "globals.h"
 #endif
 
 #include "globals.h"
index a271db57d61a6a6d3c2ac10d4853c98cbcb25b58..f3d2bab9b3b2912dd9d9c4281f3fc3114605a6fe 100644 (file)
@@ -59,7 +59,7 @@ static char sccsid[] = "@(#)candidate.c       8.1 (Berkeley) 6/6/93";
 #endif /* not lint */
 
 #ifdef sgi
 #endif /* not lint */
 
 #ifdef sgi
-#ident "$Revision: 1.1.1.1 $"
+#ident "$Revision: 1.1 $"
 #endif
 
 #include "globals.h"
 #endif
 
 #include "globals.h"
index e50e43885ca9108e4db61338cdf8469bb8f328a5..0b36514f0dcdf363762017ad88974d203f16ddd0 100644 (file)
@@ -59,7 +59,7 @@ static char sccsid[] = "@(#)cksum.c   8.1 (Berkeley) 6/6/93";
 #endif /* not lint */
 
 #ifdef sgi
 #endif /* not lint */
 
 #ifdef sgi
-#ident "$Revision: 1.1.1.1 $"
+#ident "$Revision: 1.1 $"
 #endif
 
 #include <sys/types.h>
 #endif
 
 #include <sys/types.h>
index f092bcaad35942610eff04ee26e4627f51c6a1cf..be9867705d858280b82cb5b2f9dd60b569547c9f 100644 (file)
@@ -59,7 +59,7 @@ static char sccsid[] = "@(#)correct.c 8.1 (Berkeley) 6/6/93";
 #endif /* not lint */
 
 #ifdef sgi
 #endif /* not lint */
 
 #ifdef sgi
-#ident "$Revision: 1.1.1.1 $"
+#ident "$Revision: 1.1 $"
 #endif
 
 #include "globals.h"
 #endif
 
 #include "globals.h"
index 82cfc53e4d9bbbd0af019d03bc3c2d651b917c07..b3452fcd8e8b6fbd848661ad0061d72ed07d0199 100644 (file)
@@ -57,7 +57,7 @@
  */
 
 #ifdef sgi
  */
 
 #ifdef sgi
-#ident "$Revision: 1.1.1.1 $"
+#ident "$Revision: 1.1 $"
 #endif
 
 #include <sys/param.h>
 #endif
 
 #include <sys/param.h>
index ddd3215a546519430556d52c0111b1e0a453b9ec..f4dbd7d0fa254ac03fa16b083b8dc43bbdf3bdd0 100644 (file)
@@ -59,7 +59,7 @@ static char sccsid[] = "@(#)master.c  8.1 (Berkeley) 6/6/93";
 #endif /* not lint */
 
 #ifdef sgi
 #endif /* not lint */
 
 #ifdef sgi
-#ident "$Revision: 1.1.1.1 $"
+#ident "$Revision: 1.1 $"
 #endif
 
 #include "globals.h"
 #endif
 
 #include "globals.h"
index 6b809b2264ff22bb4cae6f4dec9e99fb41bed773..a943ef669f6fa6d4142d60fcc98738574f60d228 100644 (file)
@@ -59,7 +59,7 @@ static char sccsid[] = "@(#)measure.c 8.2 (Berkeley) 3/26/95";
 #endif /* not lint */
 
 #ifdef sgi
 #endif /* not lint */
 
 #ifdef sgi
-#ident "$Revision: 1.1.1.1 $"
+#ident "$Revision: 1.1 $"
 #endif
 
 #include "globals.h"
 #endif
 
 #include "globals.h"
index 51576f6a0fddf6ada8e102ee2447e70720151eaa..0556bbe80a88a861fd167e64bd30ee387e9f94ba 100644 (file)
@@ -59,7 +59,7 @@ static char sccsid[] = "@(#)networkdelta.c    8.3 (Berkeley) 4/27/95";
 #endif /* not lint */
 
 #ifdef sgi
 #endif /* not lint */
 
 #ifdef sgi
-#ident "$Revision: 1.1.1.1 $"
+#ident "$Revision: 1.1 $"
 #endif
 
 #include "globals.h"
 #endif
 
 #include "globals.h"
index 0b72058289f34490eaa33a607b51235a2bc4bff7..657d23de10252e447a0847482018922e3c0e7fa9 100644 (file)
@@ -59,7 +59,7 @@ static char sccsid[] = "@(#)slave.c   8.1 (Berkeley) 6/6/93";
 #endif /* not lint */
 
 #ifdef sgi
 #endif /* not lint */
 
 #ifdef sgi
-#ident "$Revision: 1.1.1.1 $"
+#ident "$Revision: 1.1 $"
 #endif
 
 #include "globals.h"
 #endif
 
 #include "globals.h"
index 01fa981cac6023b2466aa591eb2bfdb74cb4aaab..0079b161e006ef6153d283380ad51feebe4d8b14 100644 (file)
@@ -65,7 +65,7 @@ static char sccsid[] = "@(#)timed.c   8.2 (Berkeley) 3/26/95";
 #endif /* not lint */
 
 #ifdef sgi
 #endif /* not lint */
 
 #ifdef sgi
-#ident "$Revision: 1.1.1.1 $"
+#ident "$Revision: 1.1 $"
 #endif /* sgi */
 
 #define TSPTYPES
 #endif /* sgi */
 
 #define TSPTYPES
index a8441904593a214213684421284a795ee539bad6..80995ecc9cc3cc6c52e45ba2d787db6ea83d10b8 100644 (file)
@@ -59,7 +59,7 @@ static char sccsid[] = "@(#)cmds.c    8.2 (Berkeley) 3/26/95";
 #endif /* not lint */
 
 #ifdef sgi
 #endif /* not lint */
 
 #ifdef sgi
-#ident "$Revision: 1.1.1.1 $"
+#ident "$Revision: 1.1 $"
 #endif
 
 #include "timedc.h"
 #endif
 
 #include "timedc.h"
index 63e2884e607339f9589cb14ffab6be6290cd4970..49742a4c54fc0f992ad292796e7dc690fe3c9024 100644 (file)
@@ -65,7 +65,7 @@ static char sccsid[] = "@(#)timedc.c  8.1 (Berkeley) 6/6/93";
 #endif /* not lint */
 
 #ifdef sgi
 #endif /* not lint */
 
 #ifdef sgi
-#ident "$Revision: 1.1.1.1 $"
+#ident "$Revision: 1.1 $"
 #endif
 
 #include "timedc.h"
 #endif
 
 #include "timedc.h"
index b7239bb541e5f71df540b2d10f2522641968c794..f13c0be7f3312afe6e545ddceb2c24709f485b61 100644 (file)
@@ -1,4 +1,4 @@
-/* @(#) $Header: /cvs/root/network_cmds/traceroute.tproj/gnuc.h,v 1.2 2004/08/08 00:27:54 lindak Exp $ (LBL) */
+/* @(#) $Header: /Volumes/george/fs-svn/network_cmds/traceroute.tproj/gnuc.h,v 1.2 2004/08/08 00:27:54 lindak Exp $ (LBL) */
 
 /* Define __P() macro, if necessary */
 #ifndef __P
 
 /* Define __P() macro, if necessary */
 #ifndef __P
index 877cb4b4f78cd825be962cebc21dd1c8469803f4..8b7dc99637b6fe105f95de330e5a0fade15ec26f 100644 (file)
@@ -18,7 +18,7 @@
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- * @(#) $Header: /cvs/root/network_cmds/traceroute.tproj/ifaddrlist.h,v 1.2 2004/08/08 00:27:54 lindak Exp $ (LBL)
+ * @(#) $Header: /Volumes/george/fs-svn/network_cmds/traceroute.tproj/ifaddrlist.h,v 1.2 2004/08/08 00:27:54 lindak Exp $ (LBL)
  */
 
 struct ifaddrlist {
  */
 
 struct ifaddrlist {
index 901e614e991baf2791119d1040ace27e6a50edc7..0fad040df53973e92d2be48b47a697d0c1f3a1b3 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.8 (Berkeley) 7/28/90
 #      from: @(#)Makefile      5.8 (Berkeley) 7/28/90
-#      $Id: Makefile.dist,v 1.1.1.1 1999/05/02 03:59:00 wsanchez Exp $
+#      $Id: Makefile.dist,v 1.1 1999/05/02 03:59:00 wsanchez Exp $
 
 PROG=  ypbind
 NOMAN=
 
 PROG=  ypbind
 NOMAN=
index bad58c0e4c7ae8ccfeb8d6e36e173fb94a435392..ca722d23b29a1edd8a3753d0cc1bc13740aba0ce 100644 (file)
@@ -54,7 +54,7 @@
  */
 
 #ifndef LINT
  */
 
 #ifndef LINT
-static char rcsid[] = "$Id: ypbind.c,v 1.1.1.1 1999/05/02 03:59:00 wsanchez Exp $";
+static char rcsid[] = "$Id: ypbind.c,v 1.1 1999/05/02 03:59:00 wsanchez Exp $";
 #endif
 #include <sys/cdefs.h>
 
 #endif
 #include <sys/cdefs.h>
 
index 55b8f72961f9c4d943063b8bcc2249312942ecae..47a9a18e2900adbd87be6ec232b848b9d4a5aba3 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.8 (Berkeley) 7/28/90
 #      from: @(#)Makefile      5.8 (Berkeley) 7/28/90
-#      $Id: Makefile.dist,v 1.1.1.1 1999/05/02 03:59:01 wsanchez Exp $
+#      $Id: Makefile.dist,v 1.1 1999/05/02 03:59:01 wsanchez Exp $
 
 PROG=  ypcat
 
 
 PROG=  ypcat
 
index 529b3ee67819402a0cbca66c959bc194d1bf2db1..1ed0a5514378b0eae8ac5b3b019bc556822e40b3 100644 (file)
@@ -26,7 +26,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\"    $Id: ypcat.1,v 1.1.1.1 1999/05/02 03:59:01 wsanchez Exp $
+.\"    $Id: ypcat.1,v 1.1 1999/05/02 03:59:01 wsanchez Exp $
 .\"
 .Dd December 3, 1993
 .Dt YPCAT 1
 .\"
 .Dd December 3, 1993
 .Dt YPCAT 1
index 72e4e45cef4468fb1bbdd45659797738a85c8141..6ab38abbf5e96953a8000eb04dbf2ed426d1ae09 100644 (file)
@@ -54,7 +54,7 @@
  */
 
 #ifndef LINT
  */
 
 #ifndef LINT
-static char rcsid[] = "$Id: ypcat.c,v 1.1.1.1 1999/05/02 03:59:01 wsanchez Exp $";
+static char rcsid[] = "$Id: ypcat.c,v 1.1 1999/05/02 03:59:01 wsanchez Exp $";
 #endif
 
 #include <sys/param.h>
 #endif
 
 #include <sys/param.h>
index fa9c3baf3902050e25cf73ad01d2c1abca4f149f..20c76171335a88cf6df644a7ecc3bbd6c031ffe9 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.8 (Berkeley) 7/28/90
 #      from: @(#)Makefile      5.8 (Berkeley) 7/28/90
-#      $Id: Makefile.dist,v 1.1.1.1 1999/05/02 03:59:02 wsanchez Exp $
+#      $Id: Makefile.dist,v 1.1 1999/05/02 03:59:02 wsanchez Exp $
 
 PROG=  ypmatch
 
 
 PROG=  ypmatch
 
index f5e76ecb60c3f97c190ad61f092d5073e3dd65f5..43d8721a9f3754d4ff5914738d0a248ecbd83187 100644 (file)
@@ -26,7 +26,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\"    $Id: ypmatch.1,v 1.1.1.1 1999/05/02 03:59:02 wsanchez Exp $
+.\"    $Id: ypmatch.1,v 1.1 1999/05/02 03:59:02 wsanchez Exp $
 .\"
 .Dd December 3, 1993
 .Dt YPMATCH 1
 .\"
 .Dd December 3, 1993
 .Dt YPMATCH 1
index 5f78260b4a88b0ed057497b62d3fd58f7fa500e2..b981157a2b9de4f06bc3978a55f74563980731c6 100644 (file)
@@ -54,7 +54,7 @@
  */
 
 #ifndef LINT
  */
 
 #ifndef LINT
-static char rcsid[] = "$Id: ypmatch.c,v 1.1.1.1 1999/05/02 03:59:02 wsanchez Exp $";
+static char rcsid[] = "$Id: ypmatch.c,v 1.1 1999/05/02 03:59:02 wsanchez Exp $";
 #endif
 
 #include <sys/param.h>
 #endif
 
 #include <sys/param.h>
index 2274b918f29dd82a68f8f2d3c039f7877c83eabf..e3469ac02d06129148aa246bc5c173589d9ae236 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.8 (Berkeley) 7/28/90
 #      from: @(#)Makefile      5.8 (Berkeley) 7/28/90
-#      $Id: Makefile.dist,v 1.1.1.1 1999/05/02 03:59:02 wsanchez Exp $
+#      $Id: Makefile.dist,v 1.1 1999/05/02 03:59:02 wsanchez Exp $
 
 PROG=  yppoll
 MAN8=  yppoll.0
 
 PROG=  yppoll
 MAN8=  yppoll.0
index db17f7bbd68ba35c9d52a1077a1a2a062f37d2f0..16472f17b6403b3b1c5d99379fbf8ba0e30b390e 100644 (file)
@@ -25,7 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $Id: yppoll.8,v 1.1.1.1 1999/05/02 03:59:03 wsanchez Exp $
+.\"    $Id: yppoll.8,v 1.1 1999/05/02 03:59:03 wsanchez Exp $
 .\"
 .Dd August 18, 1994
 .Dt YPPOLL 8
 .\"
 .Dd August 18, 1994
 .Dt YPPOLL 8
index 5f1ddc5d98e2248afc9cc5d44f323033de44e913..f1078407142d9c242bc300eff0bb582078f9e547 100644 (file)
@@ -56,7 +56,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: yppoll.c,v 1.1.1.1 1999/05/02 03:59:03 wsanchez Exp $";
+static char rcsid[] = "$Id: yppoll.c,v 1.1 1999/05/02 03:59:03 wsanchez Exp $";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index 1cb38ca463d0e70efabc6afb3d7afcb954a5c9f8..1f141de8b0ae72ea6068913f1e97b22e407ba15d 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.8 (Berkeley) 7/28/90
 #      from: @(#)Makefile      5.8 (Berkeley) 7/28/90
-#      $Id: Makefile.dist,v 1.1.1.1 1999/05/02 03:59:06 wsanchez Exp $
+#      $Id: Makefile.dist,v 1.1 1999/05/02 03:59:06 wsanchez Exp $
 
 PROG=  ypset
 NOMAN=
 
 PROG=  ypset
 NOMAN=
index 9837ebea8de3636d76e0af5b520aad06ce828429..35be32f26acae93a4c7954af657ee91b65acacfb 100644 (file)
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.8 (Berkeley) 7/28/90
 #      from: @(#)Makefile      5.8 (Berkeley) 7/28/90
-#      $Id: Makefile.dist,v 1.1.1.1 1999/05/02 03:59:06 wsanchez Exp $
+#      $Id: Makefile.dist,v 1.1 1999/05/02 03:59:06 wsanchez Exp $
 
 PROG=  ypwhich
 
 
 PROG=  ypwhich
 
index 5c466f203dd10891d0c999c32a44bb00e4dfeb57..7bd05c92fe363dd50b8512b315defc6e133b176c 100644 (file)
@@ -27,7 +27,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\"    $Id: ypwhich.1,v 1.1.1.1 1999/05/02 03:59:06 wsanchez Exp $
+.\"    $Id: ypwhich.1,v 1.1 1999/05/02 03:59:06 wsanchez Exp $
 .\"
 .Dd February 23, 1994
 .Dt YPWHICH 1
 .\"
 .Dd February 23, 1994
 .Dt YPWHICH 1
index 523e1d08f845f642af1fc9b9829d157ac3bb4641..ccc38ac2b2a2ce90c76684bbab97581b0694640c 100644 (file)
@@ -54,7 +54,7 @@
  */
 
 #ifndef LINT
  */
 
 #ifndef LINT
-static char rcsid[] = "$Id: ypwhich.c,v 1.1.1.1 1999/05/02 03:59:06 wsanchez Exp $";
+static char rcsid[] = "$Id: ypwhich.c,v 1.1 1999/05/02 03:59:06 wsanchez Exp $";
 #endif
 
 #include <sys/param.h>
 #endif
 
 #include <sys/param.h>