diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-21 05:00:49 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-21 05:00:49 +0000 |
commit | 9299db4d45f255b8fe176a23e4b33db8d85f5508 (patch) | |
tree | 93bb0788559a24bc5c8049b026b4d45a3c324cf9 /usr.bin/fstat | |
parent | 2b420f805f31d3140396e09beb8a7a98056d23af (diff) |
remove prototypes with no matching function and externs with no var
partly checked by millert@
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r-- | usr.bin/fstat/fstat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/fstat/fstat.h b/usr.bin/fstat/fstat.h index 3079fba0681..df638eeab58 100644 --- a/usr.bin/fstat/fstat.h +++ b/usr.bin/fstat/fstat.h @@ -40,7 +40,6 @@ extern int cflg; extern int fsflg; extern int sflg; extern int signo; -extern int error; extern struct fileargs fileargs; extern char *__progname; |