diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 09:19:38 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 09:19:38 +0000 |
| commit | 600e522d96a927878b27ff32daca95fa277ab344 (patch) | |
| tree | f8ce4c0841224648de0f374d52554f659d95caae | |
| parent | 22b4679b525d5ca56a58894d7f6d5146ac19f38c (diff) | |
Notes
| -rw-r--r-- | lib/libc/gen/getvfsent.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/getvfsent.c b/lib/libc/gen/getvfsent.c index bf3ca20f643a..2b8998cbd0f2 100644 --- a/lib/libc/gen/getvfsent.c +++ b/lib/libc/gen/getvfsent.c @@ -2,6 +2,8 @@ * getvfsent.c - get a listing of installed filesystems * Written September 1994 by Garrett A. Wollman * This file is in the public domain. + * + * $FreeBSD$ */ #include <sys/param.h> @@ -14,7 +16,6 @@ #include <string.h> #include <stdlib.h> #include <stdio.h> -#include <errno.h> #include <paths.h> /* XXX hide some compatibility problems. */ |
