diff options
author | phk <phk@FreeBSD.org> | 2002-10-22 15:22:36 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-10-22 15:22:36 +0000 |
commit | 260859f7386585de3cc77e49e202ed1ade88dccc (patch) | |
tree | ec9f43a2e04a3478f2cfeaacb3f26f31639d49ee /lib | |
parent | 8970451e15459714141bcbef68ae72b0e93fe146 (diff) | |
download | FreeBSD-src-260859f7386585de3cc77e49e202ed1ade88dccc.zip FreeBSD-src-260859f7386585de3cc77e49e202ed1ade88dccc.tar.gz |
No longer needed.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libdisk/disklabel.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/libdisk/disklabel.c b/lib/libdisk/disklabel.c deleted file mode 100644 index 61bf500..0000000 --- a/lib/libdisk/disklabel.c +++ /dev/null @@ -1,18 +0,0 @@ -/* - * ---------------------------------------------------------------------------- - * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you - * can do whatever you want with this stuff. If we meet some day, and you think - * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp - * ---------------------------------------------------------------------------- - */ - -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - -#include <stdio.h> -#include <stdlib.h> -#include <unistd.h> -#include <sys/disklabel.h> -#include "libdisk.h" - |