From 2839532b4d1a28071fedb9f5c8db945154051eba Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sun, 6 Jun 1993 22:44:24 -0800 Subject: [PATCH] 4.4BSD snapshot (revision 8.1); add 1993 to copyright SCCS-vsn: usr.bin/pascal/pdx/object/objsym.rep 8.1 SCCS-vsn: usr.bin/pascal/pdx/object/maketypes.c 8.1 SCCS-vsn: usr.bin/pascal/pdx/object/readobj.c 8.1 SCCS-vsn: usr.bin/pascal/pdx/object/readsym.c 8.1 SCCS-vsn: usr.bin/pascal/pdx/pdx.1 8.1 SCCS-vsn: usr.bin/pascal/pdx/process/process.rep 8.1 SCCS-vsn: usr.bin/pascal/pdx/process/pstatus.c 8.1 SCCS-vsn: usr.bin/pascal/pdx/process/ptrace.c 8.1 SCCS-vsn: usr.bin/pascal/pdx/process/pxinfo.h 8.1 SCCS-vsn: usr.bin/pascal/pdx/process/rdwr.c 8.1 SCCS-vsn: usr.bin/pascal/pdx/process/resume.c 8.1 SCCS-vsn: usr.bin/pascal/pdx/process/runcont.c 8.1 SCCS-vsn: usr.bin/pascal/pdx/process/start.c 8.1 SCCS-vsn: usr.bin/netstat/if.c 8.1 SCCS-vsn: usr.bin/pascal/pdx/process/step.c 8.1 SCCS-vsn: usr.bin/netstat/inet.c 8.1 SCCS-vsn: usr.bin/netstat/iso.c 8.1 SCCS-vsn: usr.bin/netstat/main.c 8.1 SCCS-vsn: usr.bin/netstat/mbuf.c 8.1 SCCS-vsn: usr.bin/netstat/mroute.c 8.1 SCCS-vsn: usr.bin/netstat/netstat.1 8.1 SCCS-vsn: usr.bin/netstat/netstat.h 8.1 SCCS-vsn: usr.bin/netstat/ns.c 8.1 SCCS-vsn: usr.bin/netstat/route.c 8.1 SCCS-vsn: usr.bin/pascal/pdx/runtime/address.c 8.1 SCCS-vsn: usr.bin/netstat/unix.c 8.1 SCCS-vsn: usr.bin/pascal/pdx/runtime/callproc.c 8.1 --- usr/src/usr.bin/netstat/if.c | 6 +++--- usr/src/usr.bin/netstat/inet.c | 6 +++--- usr/src/usr.bin/netstat/iso.c | 6 +++--- usr/src/usr.bin/netstat/main.c | 2 +- usr/src/usr.bin/netstat/mbuf.c | 6 +++--- usr/src/usr.bin/netstat/mroute.c | 6 +++--- usr/src/usr.bin/netstat/netstat.1 | 2 +- usr/src/usr.bin/netstat/netstat.h | 2 +- usr/src/usr.bin/netstat/ns.c | 6 +++--- usr/src/usr.bin/netstat/route.c | 6 +++--- usr/src/usr.bin/netstat/unix.c | 6 +++--- usr/src/usr.bin/pascal/pdx/object/maketypes.c | 6 +++--- usr/src/usr.bin/pascal/pdx/object/objsym.rep | 6 +++--- usr/src/usr.bin/pascal/pdx/object/readobj.c | 6 +++--- usr/src/usr.bin/pascal/pdx/object/readsym.c | 6 +++--- usr/src/usr.bin/pascal/pdx/pdx.1 | 6 +++--- usr/src/usr.bin/pascal/pdx/process/process.rep | 6 +++--- usr/src/usr.bin/pascal/pdx/process/pstatus.c | 6 +++--- usr/src/usr.bin/pascal/pdx/process/ptrace.c | 6 +++--- usr/src/usr.bin/pascal/pdx/process/pxinfo.h | 6 +++--- usr/src/usr.bin/pascal/pdx/process/rdwr.c | 6 +++--- usr/src/usr.bin/pascal/pdx/process/resume.c | 6 +++--- usr/src/usr.bin/pascal/pdx/process/runcont.c | 6 +++--- usr/src/usr.bin/pascal/pdx/process/start.c | 6 +++--- usr/src/usr.bin/pascal/pdx/process/step.c | 6 +++--- usr/src/usr.bin/pascal/pdx/runtime/address.c | 6 +++--- usr/src/usr.bin/pascal/pdx/runtime/callproc.c | 6 +++--- 27 files changed, 75 insertions(+), 75 deletions(-) diff --git a/usr/src/usr.bin/netstat/if.c b/usr/src/usr.bin/netstat/if.c index 0828ad3f7e..46a01046fe 100644 --- a/usr/src/usr.bin/netstat/if.c +++ b/usr/src/usr.bin/netstat/if.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1983, 1988 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)if.c 5.18 (Berkeley) %G%"; +static char sccsid[] = "@(#)if.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/usr.bin/netstat/inet.c b/usr/src/usr.bin/netstat/inet.c index d9d48d1de5..c76bbdda3e 100644 --- a/usr/src/usr.bin/netstat/inet.c +++ b/usr/src/usr.bin/netstat/inet.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1983, 1988 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)inet.c 5.20 (Berkeley) %G%"; +static char sccsid[] = "@(#)inet.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/usr.bin/netstat/iso.c b/usr/src/usr.bin/netstat/iso.c index b17d0fc333..d389191a18 100644 --- a/usr/src/usr.bin/netstat/iso.c +++ b/usr/src/usr.bin/netstat/iso.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1983, 1988 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)iso.c 5.14 (Berkeley) %G%"; +static char sccsid[] = "@(#)iso.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/netstat/main.c b/usr/src/usr.bin/netstat/main.c index 42030641db..1e0fc284dc 100644 --- a/usr/src/usr.bin/netstat/main.c +++ b/usr/src/usr.bin/netstat/main.c @@ -12,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.32 (Berkeley) %G%"; +static char sccsid[] = "@(#)main.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/usr.bin/netstat/mbuf.c b/usr/src/usr.bin/netstat/mbuf.c index bb79d1e38c..dc46c2bdba 100644 --- a/usr/src/usr.bin/netstat/mbuf.c +++ b/usr/src/usr.bin/netstat/mbuf.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1983, 1988 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)mbuf.c 5.12 (Berkeley) %G%"; +static char sccsid[] = "@(#)mbuf.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/usr.bin/netstat/mroute.c b/usr/src/usr.bin/netstat/mroute.c index adbe335b10..88715eda69 100644 --- a/usr/src/usr.bin/netstat/mroute.c +++ b/usr/src/usr.bin/netstat/mroute.c @@ -1,14 +1,14 @@ /* * Copyright (c) 1989 Stephen Deering - * Copyright (c) 1992 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1992, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Stephen Deering of Stanford University. * * %sccs.include.redist.c% * - * @(#)mroute.c 7.2 (Berkeley) %G% + * @(#)mroute.c 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/netstat/netstat.1 b/usr/src/usr.bin/netstat/netstat.1 index 01ebb11ed0..f4f8ee4f5f 100644 --- a/usr/src/usr.bin/netstat/netstat.1 +++ b/usr/src/usr.bin/netstat/netstat.1 @@ -3,7 +3,7 @@ .\" .\" %sccs.include.redist.roff% .\" -.\" @(#)netstat.1 6.15 (Berkeley) %G% +.\" @(#)netstat.1 8.1 (Berkeley) %G% .\" .Dd .Dt NETSTAT 1 diff --git a/usr/src/usr.bin/netstat/netstat.h b/usr/src/usr.bin/netstat/netstat.h index 395f796325..65e21cd2b3 100644 --- a/usr/src/usr.bin/netstat/netstat.h +++ b/usr/src/usr.bin/netstat/netstat.h @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * @(#)netstat.h 5.5 (Berkeley) %G% + * @(#)netstat.h 8.1 (Berkeley) %G% */ #include diff --git a/usr/src/usr.bin/netstat/ns.c b/usr/src/usr.bin/netstat/ns.c index 18835358aa..b82fd3a22d 100644 --- a/usr/src/usr.bin/netstat/ns.c +++ b/usr/src/usr.bin/netstat/ns.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1983, 1988 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)ns.c 5.16 (Berkeley) %G%"; +static char sccsid[] = "@(#)ns.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/usr.bin/netstat/route.c b/usr/src/usr.bin/netstat/route.c index ca3d5646b6..3c3a5b801f 100644 --- a/usr/src/usr.bin/netstat/route.c +++ b/usr/src/usr.bin/netstat/route.c @@ -1,12 +1,12 @@ /* - * Copyright (c) 1983, 1988 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)route.c 5.27 (Berkeley) %G%"; +static char sccsid[] = "@(#)route.c 8.1 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/usr.bin/netstat/unix.c b/usr/src/usr.bin/netstat/unix.c index 98094eb379..ed9c6f4348 100644 --- a/usr/src/usr.bin/netstat/unix.c +++ b/usr/src/usr.bin/netstat/unix.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1983, 1988 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1988, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)unix.c 5.16 (Berkeley) %G%"; +static char sccsid[] = "@(#)unix.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/pascal/pdx/object/maketypes.c b/usr/src/usr.bin/pascal/pdx/object/maketypes.c index 4251e77935..271b0d57ba 100644 --- a/usr/src/usr.bin/pascal/pdx/object/maketypes.c +++ b/usr/src/usr.bin/pascal/pdx/object/maketypes.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1980 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)maketypes.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)maketypes.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/pascal/pdx/object/objsym.rep b/usr/src/usr.bin/pascal/pdx/object/objsym.rep index 7b77bfda28..caa2fa057e 100644 --- a/usr/src/usr.bin/pascal/pdx/object/objsym.rep +++ b/usr/src/usr.bin/pascal/pdx/object/objsym.rep @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1982 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)objsym.rep 5.3 (Berkeley) %G% + * @(#)objsym.rep 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/pascal/pdx/object/readobj.c b/usr/src/usr.bin/pascal/pdx/object/readobj.c index 33aaa5a8bf..475af86ade 100644 --- a/usr/src/usr.bin/pascal/pdx/object/readobj.c +++ b/usr/src/usr.bin/pascal/pdx/object/readobj.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1982 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)readobj.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)readobj.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/pascal/pdx/object/readsym.c b/usr/src/usr.bin/pascal/pdx/object/readsym.c index 4fc1f17aea..fcfabd3ed3 100644 --- a/usr/src/usr.bin/pascal/pdx/object/readsym.c +++ b/usr/src/usr.bin/pascal/pdx/object/readsym.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1980 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)readsym.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)readsym.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/pascal/pdx/pdx.1 b/usr/src/usr.bin/pascal/pdx/pdx.1 index a0e413eebd..a14a6018c8 100644 --- a/usr/src/usr.bin/pascal/pdx/pdx.1 +++ b/usr/src/usr.bin/pascal/pdx/pdx.1 @@ -1,9 +1,9 @@ -.\" Copyright (c) 1983, 1990 The Regents of the University of California. -.\" All rights reserved. +.\" Copyright (c) 1983, 1990, 1993 +.\" The Regents of the University of California. All rights reserved. .\" .\" %sccs.include.redist.roff% .\" -.\" @(#)pdx.1 6.4 (Berkeley) %G% +.\" @(#)pdx.1 8.1 (Berkeley) %G% .\" .Dd .Dt PDX 1 diff --git a/usr/src/usr.bin/pascal/pdx/process/process.rep b/usr/src/usr.bin/pascal/pdx/process/process.rep index 61c71d284f..88b2bc84d4 100644 --- a/usr/src/usr.bin/pascal/pdx/process/process.rep +++ b/usr/src/usr.bin/pascal/pdx/process/process.rep @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1982 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1982, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)process.rep 5.5 (Berkeley) %G% + * @(#)process.rep 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/pascal/pdx/process/pstatus.c b/usr/src/usr.bin/pascal/pdx/process/pstatus.c index 1d1e8a3b88..fc53b569fc 100644 --- a/usr/src/usr.bin/pascal/pdx/process/pstatus.c +++ b/usr/src/usr.bin/pascal/pdx/process/pstatus.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1980 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)pstatus.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)pstatus.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/pascal/pdx/process/ptrace.c b/usr/src/usr.bin/pascal/pdx/process/ptrace.c index 7d64c2753b..599f415bb1 100644 --- a/usr/src/usr.bin/pascal/pdx/process/ptrace.c +++ b/usr/src/usr.bin/pascal/pdx/process/ptrace.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1980 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)ptrace.c 5.5 (Berkeley) %G%"; +static char sccsid[] = "@(#)ptrace.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/pascal/pdx/process/pxinfo.h b/usr/src/usr.bin/pascal/pdx/process/pxinfo.h index f48eb54b74..46b6b3ad3a 100644 --- a/usr/src/usr.bin/pascal/pdx/process/pxinfo.h +++ b/usr/src/usr.bin/pascal/pdx/process/pxinfo.h @@ -1,10 +1,10 @@ /*- - * Copyright (c) 1980 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * - * @(#)pxinfo.h 5.4 (Berkeley) %G% + * @(#)pxinfo.h 8.1 (Berkeley) %G% */ /* diff --git a/usr/src/usr.bin/pascal/pdx/process/rdwr.c b/usr/src/usr.bin/pascal/pdx/process/rdwr.c index 93e1002c10..83281d84cf 100644 --- a/usr/src/usr.bin/pascal/pdx/process/rdwr.c +++ b/usr/src/usr.bin/pascal/pdx/process/rdwr.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1980 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)rdwr.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)rdwr.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/pascal/pdx/process/resume.c b/usr/src/usr.bin/pascal/pdx/process/resume.c index 0b7460035b..8ef5fb3273 100644 --- a/usr/src/usr.bin/pascal/pdx/process/resume.c +++ b/usr/src/usr.bin/pascal/pdx/process/resume.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1980 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)resume.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)resume.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/pascal/pdx/process/runcont.c b/usr/src/usr.bin/pascal/pdx/process/runcont.c index 0e22ac5edb..9199d013b8 100644 --- a/usr/src/usr.bin/pascal/pdx/process/runcont.c +++ b/usr/src/usr.bin/pascal/pdx/process/runcont.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1980 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)runcont.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)runcont.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/pascal/pdx/process/start.c b/usr/src/usr.bin/pascal/pdx/process/start.c index 56ac3a5a2f..f7fa5d7b36 100644 --- a/usr/src/usr.bin/pascal/pdx/process/start.c +++ b/usr/src/usr.bin/pascal/pdx/process/start.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1980 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)start.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)start.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/pascal/pdx/process/step.c b/usr/src/usr.bin/pascal/pdx/process/step.c index 5f17bb174e..9edc599e71 100644 --- a/usr/src/usr.bin/pascal/pdx/process/step.c +++ b/usr/src/usr.bin/pascal/pdx/process/step.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1980 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)step.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)step.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/pascal/pdx/runtime/address.c b/usr/src/usr.bin/pascal/pdx/runtime/address.c index 8be77ad529..c3b7a4dac7 100644 --- a/usr/src/usr.bin/pascal/pdx/runtime/address.c +++ b/usr/src/usr.bin/pascal/pdx/runtime/address.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1980 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)address.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)address.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/pascal/pdx/runtime/callproc.c b/usr/src/usr.bin/pascal/pdx/runtime/callproc.c index 56da1c2e88..185129c623 100644 --- a/usr/src/usr.bin/pascal/pdx/runtime/callproc.c +++ b/usr/src/usr.bin/pascal/pdx/runtime/callproc.c @@ -1,12 +1,12 @@ /*- - * Copyright (c) 1980 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)callproc.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)callproc.c 8.1 (Berkeley) %G%"; #endif /* not lint */ /* -- 2.20.1