summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-10-22 22:15:39 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-10-22 22:15:39 +0000
commitc164b0316d5319ed875070dda5f64214f9ebc8f6 (patch)
tree7d1840cd88343b487280a3b7336b491592426ebf /usr.bin
parent68593393f6647e840f7837fd37af29bd2d742dc9 (diff)
remove duplicate prototype
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/chpass/chpass.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/chpass/chpass.h b/usr.bin/chpass/chpass.h
index 0d7d3ccc687..bbad5d5aaa1 100644
--- a/usr.bin/chpass/chpass.h
+++ b/usr.bin/chpass/chpass.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: chpass.h,v 1.11 2015/11/26 19:01:47 deraadt Exp $ */
+/* $OpenBSD: chpass.h,v 1.12 2024/10/22 22:15:38 jsg Exp $ */
/* $NetBSD: chpass.h,v 1.4 1996/05/15 21:50:44 jtc Exp $ */
/*
@@ -67,7 +67,6 @@ int p_gecos(char *, struct passwd *, ENTRY *);
int p_gid(char *, struct passwd *, ENTRY *);
int p_hdir(char *, struct passwd *, ENTRY *);
int p_login(char *, struct passwd *, ENTRY *);
-int p_login(char *, struct passwd *, ENTRY *);
int p_passwd(char *, struct passwd *, ENTRY *);
int p_shell(char *, struct passwd *, ENTRY *);
int p_uid(char *, struct passwd *, ENTRY *);