Source-Changes-HG archive

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

[src/trunk]: src/include pw_error is documented to be dead



details:   https://anonhg.NetBSD.org/src/rev/b591b60e0fdc
branches:  trunk
changeset: 768748:b591b60e0fdc
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Aug 26 01:48:39 2011 +0000

description:
pw_error is documented to be dead

diffstat:

 include/util.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 16b6227e23fa -r b591b60e0fdc include/util.h
--- a/include/util.h    Fri Aug 26 01:10:49 2011 +0000
+++ b/include/util.h    Fri Aug 26 01:48:39 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.h,v 1.56 2011/07/17 20:54:34 joerg Exp $  */
+/*     $NetBSD: util.h,v 1.57 2011/08/26 01:48:39 joerg Exp $  */
 
 /*-
  * Copyright (c) 1995
@@ -99,7 +99,7 @@
     char *, size_t) __RENAME(__pw_copyx50);
 #endif
 void           pw_edit(int, const char *);
-void           pw_error(const char *, int, int);
+__dead void    pw_error(const char *, int, int);
 void           pw_getconf(char *, size_t, const char *, const char *);
 #ifndef __LIBC12_SOURCE__
 void           pw_getpwconf(char *, size_t, const struct passwd *,



Home | Main Index | Thread Index | Old Index