diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2008-12-03 20:12:45 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2008-12-03 20:12:45 +0000 |
commit | c6933604bf2f2b152489ea7f3e47ae4db1f22c12 (patch) | |
tree | c3491010fac9820b34545649d2911f1088c56bc0 /usr.sbin/gpioctl/gpioctl.c | |
parent | 447a3d90ca567edd68eac3c4a6817a3a20279352 (diff) |
delete unused prototype, from lint; ok mbalmer@
Diffstat (limited to 'usr.sbin/gpioctl/gpioctl.c')
-rw-r--r-- | usr.sbin/gpioctl/gpioctl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/gpioctl/gpioctl.c b/usr.sbin/gpioctl/gpioctl.c index 9cee06d7301..42fb52ca3a3 100644 --- a/usr.sbin/gpioctl/gpioctl.c +++ b/usr.sbin/gpioctl/gpioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gpioctl.c,v 1.13 2008/11/30 10:58:44 mbalmer Exp $ */ +/* $OpenBSD: gpioctl.c,v 1.14 2008/12/03 20:12:44 stevesk Exp $ */ /* * Copyright (c) 2008 Marc Balmer <mbalmer@openbsd.org> * Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> @@ -42,7 +42,6 @@ int quiet = 0; void getinfo(void); void pinread(int, char *); void pinwrite(int, char *, int); -void pinctl(int, char *, char *[], int); void pinset(int pin, char *name, int flags, char *alias); void unset(int pin, char *name); void devattach(char *, int, u_int32_t); |