From: Keith Bostic Date: Sun, 27 Dec 1987 05:03:41 +0000 (-0800) Subject: declare merege() externally, ANSI C fix X-Git-Tag: BSD-4_3_Net_1-Snapshot-Development~2863 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/85702cba2a94def7b962fa3b4ea1afa2452bfc55 declare merege() externally, ANSI C fix SCCS-vsn: old/init/init.c 5.10 SCCS-vsn: sbin/init/init.c 5.10 --- diff --git a/usr/src/old/init/init.c b/usr/src/old/init/init.c index d456672837..8765e27baf 100644 --- a/usr/src/old/init/init.c +++ b/usr/src/old/init/init.c @@ -5,7 +5,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)init.c 5.9 (Berkeley) %G%"; +static char sccsid[] = "@(#)init.c 5.10 (Berkeley) %G%"; #endif not lint #include diff --git a/usr/src/sbin/init/init.c b/usr/src/sbin/init/init.c index d456672837..8765e27baf 100644 --- a/usr/src/sbin/init/init.c +++ b/usr/src/sbin/init/init.c @@ -5,7 +5,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)init.c 5.9 (Berkeley) %G%"; +static char sccsid[] = "@(#)init.c 5.10 (Berkeley) %G%"; #endif not lint #include