diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:00:12 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:00:12 +0000 |
commit | 7792c21583f7131ad63a9cb6e25b7ef38652d3a7 (patch) | |
tree | 35ae86a1ec3a303f6ac7c0146111c635eff41fb4 /sysutils/setquota/files/patch-printquota.c | |
parent | - Switch databases/libmemcache to USES=libtool, drop .la files (diff) |
Rename sysutils/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363335
Diffstat (limited to 'sysutils/setquota/files/patch-printquota.c')
-rw-r--r-- | sysutils/setquota/files/patch-printquota.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/setquota/files/patch-printquota.c b/sysutils/setquota/files/patch-printquota.c new file mode 100644 index 000000000000..9657b54b3d45 --- /dev/null +++ b/sysutils/setquota/files/patch-printquota.c @@ -0,0 +1,11 @@ +--- printquota.c.orig Sun Oct 20 14:27:13 2002 ++++ printquota.c Sun Oct 20 14:27:21 2002 +@@ -109,7 +109,7 @@ + + if (now == 0) + time(&now); +-#ifdef 0 ++#if 0 + if (now > seconds) + return("none"); + seconds -= now; |