Source-Changes-HG archive

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

[src/trunk]: src/include Remove decl for parseuserspec(), a local modificatio...



details:   https://anonhg.NetBSD.org/src/rev/0f97f72dba39
branches:  trunk
changeset: 494505:0f97f72dba39
user:      ad <ad%NetBSD.org@localhost>
date:      Fri Jul 07 10:35:58 2000 +0000

description:
Remove decl for parseuserspec(), a local modification which acidentally got
comitted.

diffstat:

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

diffs (17 lines):

diff -r 71627e068022 -r 0f97f72dba39 include/util.h
--- a/include/util.h    Fri Jul 07 10:33:12 2000 +0000
+++ b/include/util.h    Fri Jul 07 10:35:58 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.h,v 1.16 2000/07/06 11:28:04 ad Exp $     */
+/*     $NetBSD: util.h,v 1.17 2000/07/07 10:35:58 ad Exp $     */
 
 /*-
  * Copyright (c) 1995
@@ -87,7 +87,6 @@
 int    ttyaction(const char *, const char *, const char *);
 char   *ttymsg(struct iovec *, int, const char *, int);
 int    secure_path(char *);
-int    parseuserspec(const char *name, struct passwd **pw, struct group **gr);
 __END_DECLS
 
 #endif /* !_UTIL_H_ */



Home | Main Index | Thread Index | Old Index