diff options
| author | ad <ad@NetBSD.org> | 2000-07-07 10:35:58 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2000-07-07 10:35:58 +0000 |
| commit | df69d356ce1f0ed37f4b38485d1c250fc2ec86ea (patch) | |
| tree | 28bb79b2a9e9b2934e60ea587a2d5bad106fe410 /include | |
| parent | 44588903fc22c3f15f6b5f62a1c478e0943e297b (diff) | |
Remove decl for parseuserspec(), a local modification which acidentally got
comitted.
Diffstat (limited to 'include')
| -rw-r--r-- | include/util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/util.h b/include/util.h index c2e5623b467..e7e1c983d8c 100644 --- a/include/util.h +++ b/include/util.h @@ -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 ttyunlock(const char *); 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_ */ |
