openbsd-ports/sysutils/setquota/patches/patch-quotatool_c
2005-12-24 08:20:40 +00:00

13 lines
376 B
Plaintext

$OpenBSD: patch-quotatool_c,v 1.1 2005/12/24 08:21:43 pvalchev Exp $
--- quotatool.c.orig Fri Dec 23 23:48:13 2005
+++ quotatool.c Fri Dec 23 23:48:22 2005
@@ -49,7 +49,7 @@ static const char rcsid[] =
#include <stdlib.h>
#include <string.h>
#include <sys/param.h>
-#include <sys/errno.h>
+#include <errno.h>
#include <ufs/ufs/quota.h>
#include <pwd.h>
#include <grp.h>