diff options
| author | Suleiman Souhlal <ssouhlal@FreeBSD.org> | 2005-01-26 06:51:28 +0000 |
|---|---|---|
| committer | Suleiman Souhlal <ssouhlal@FreeBSD.org> | 2005-01-26 06:51:28 +0000 |
| commit | c591aa7413e5e7122b50690bc6e2a8ee3c33951b (patch) | |
| tree | 582f29b4b3f757ef6b88c1bd52a862e9504ed373 | |
| parent | 31187313231b2b4f883a8196d3bf70870809dbf3 (diff) | |
Notes
| -rw-r--r-- | bin/rmdir/rmdir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/rmdir/rmdir.c b/bin/rmdir/rmdir.c index 87167ece6b6b9..f81aaab04d6b0 100644 --- a/bin/rmdir/rmdir.c +++ b/bin/rmdir/rmdir.c @@ -42,7 +42,6 @@ static char sccsid[] = "@(#)rmdir.c 8.3 (Berkeley) 4/2/94"; __FBSDID("$FreeBSD$"); #include <err.h> -#include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |
