diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-07-11 22:18:26 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-07-11 22:18:26 +0000 |
commit | 54b60d7e1528658e03c9abd5d1984f7ebd1af70b (patch) | |
tree | b98223ad44f2a1a5654bb18f163e529faeee221a /usr.sbin/ac/Makefile | |
parent | 78dee2638a0dc7d5972e8aaba99bdf3136ac6e15 (diff) | |
download | src-54b60d7e1528658e03c9abd5d1984f7ebd1af70b.tar.gz src-54b60d7e1528658e03c9abd5d1984f7ebd1af70b.zip |
Fix indentation broken in previous __P removal.
Grumbled about by: bde
Notes
Notes:
svn path=/head/; revision=99831
Diffstat (limited to 'usr.sbin/ac/Makefile')
-rw-r--r-- | usr.sbin/ac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ac/Makefile b/usr.sbin/ac/Makefile index 1d34fe22d6c4..0960c2f95ce6 100644 --- a/usr.sbin/ac/Makefile +++ b/usr.sbin/ac/Makefile @@ -3,7 +3,7 @@ PROG= ac MAN= ac.8 -WARNS?= 2 +WARNS?= 4 # If "CONSOLE_TTY" is not defined, this program is compatible with the # traditional implementation (using SunOS 4.x as the sample traditional |