Module Name:    src
Committed By:   joerg
Date:           Fri Aug 26 01:48:39 UTC 2011

Modified Files:
        src/include: util.h

Log Message:
pw_error is documented to be dead


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/include/util.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/util.h
diff -u src/include/util.h:1.56 src/include/util.h:1.57
--- src/include/util.h:1.56	Sun Jul 17 20:54:34 2011
+++ src/include/util.h	Fri Aug 26 01:48:39 2011
@@ -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 *,

Reply via email to