Skip to content

Commit

Permalink
- KNF
Browse files Browse the repository at this point in the history
- merge code
- fix error printing
- don't use static buffers
  • Loading branch information
zoulasc committed Mar 6, 2011
1 parent 52753ba commit 420de75
Show file tree
Hide file tree
Showing 4 changed files with 319 additions and 455 deletions.
6 changes: 4 additions & 2 deletions usr.sbin/edquota/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $NetBSD: Makefile,v 1.6 2011/03/06 17:08:42 bouyer Exp $
# $NetBSD: Makefile,v 1.7 2011/03/06 22:34:57 christos Exp $

.include <bsd.own.mk>

WARNS ?= 4
PROG= edquota
SRCS= edquota.c
MAN= edquota.8
Expand All @@ -11,7 +13,7 @@ DPADD= ${LIBPROP}
LDADD= -lprop

.PATH: ${NETBSDSRCDIR}/usr.bin/quota
SRCS+= getvfsquota.c printquota.c
SRCS+= getvfsquota.c printquota.c quotautil.c
.PATH: ${NETBSDSRCDIR}/sys/ufs/ufs
SRCS+= quota2_prop.c quota1_subr.c

Expand Down
Loading

0 comments on commit 420de75

Please sign in to comment.