Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/usr.bin/ipcs Pullup rev 1.28 (requested by tv (reviewed...



details:   https://anonhg.NetBSD.org/src/rev/9ec46665b113
branches:  netbsd-1-6
changeset: 531048:9ec46665b113
user:      jmc <jmc%NetBSD.org@localhost>
date:      Wed Dec 24 04:44:48 2003 +0000

description:
Pullup rev 1.28 (requested by tv (reviewed by jmc) in ticket #1576)

Fix a printf.

diffstat:

 usr.bin/ipcs/ipcs.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e1b5d90f436f -r 9ec46665b113 usr.bin/ipcs/ipcs.c
--- a/usr.bin/ipcs/ipcs.c       Wed Dec 24 04:42:13 2003 +0000
+++ b/usr.bin/ipcs/ipcs.c       Wed Dec 24 04:44:48 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipcs.c,v 1.27 2002/05/21 01:10:06 simonb Exp $ */
+/*     $NetBSD: ipcs.c,v 1.27.2.1 2003/12/24 04:44:48 jmc Exp $        */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -603,7 +603,7 @@
        }
        if (!valid) {
                fprintf(stderr,
-                   "SVID shared memory facility not configured in the system\n");
+                   "SVID semaphores facility not configured in the system\n");
                return;
        }
 



Home | Main Index | Thread Index | Old Index