X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/3bcc59fff80ecd0013cbb565d4b495b9c077ce21..9bd38ba8a77149ce4c1fc5d5d91977214c4e2a42:/usr/src/usr.sbin/config/main.c diff --git a/usr/src/usr.sbin/config/main.c b/usr/src/usr.sbin/config/main.c index d72ac931ad..4cb3e36c4e 100644 --- a/usr/src/usr.sbin/config/main.c +++ b/usr/src/usr.sbin/config/main.c @@ -11,7 +11,7 @@ char copyright[] = #endif not lint #ifndef lint -static char sccsid[] = "@(#)main.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)main.c 5.5 (Berkeley) %G%"; #endif not lint #include @@ -70,7 +70,7 @@ main(argc, argv) char xxx[80]; (void) symlink("../h", path("sys")); - sprintf(xxx, "../%s", machinename); + (void) sprintf(xxx, "../%s", machinename); (void) symlink(xxx, path("machine")); } makefile(); /* build Makefile */