diff options
-rw-r--r-- | usr.sbin/config/ukc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/config/ukc.c b/usr.sbin/config/ukc.c index 92c66e74a70..c8e29d55c43 100644 --- a/usr.sbin/config/ukc.c +++ b/usr.sbin/config/ukc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ukc.c,v 1.2 1999/10/16 13:13:27 aaron Exp $ */ +/* $OpenBSD: ukc.c,v 1.3 2000/12/06 14:06:16 ho Exp $ */ /* * Copyright (c) 1999 Mats O Jansson. All rights reserved. @@ -30,7 +30,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: ukc.c,v 1.2 1999/10/16 13:13:27 aaron Exp $"; +static char rcsid[] = "$OpenBSD: ukc.c,v 1.3 2000/12/06 14:06:16 ho Exp $"; #endif #include <sys/types.h> @@ -157,6 +157,7 @@ WARNING the commands add and change might not work.\n"); } if (outfile == NULL) outfile = file; + printf ("Saving modified kernel.\n"); savekernel(outfile); } |