diff options
author | "Vladimir N. Oleynik" | 2006-02-25 07:20:15 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" | 2006-02-25 07:20:15 +0000 |
commit | 5c06b277cedf90591082ee1bdb2ebf0142a96138 (patch) | |
tree | a3192185adb424bc144ff58bfe3bfe6f2f98c366 /util-linux/fdisk.c | |
parent | 5527b9117eecf51e96d07ca811e31738278935da (diff) | |
download | busybox-5c06b277cedf90591082ee1bdb2ebf0142a96138.zip busybox-5c06b277cedf90591082ee1bdb2ebf0142a96138.tar.gz |
fdisk unmaintained now :(
Diffstat (limited to 'util-linux/fdisk.c')
-rw-r--r-- | util-linux/fdisk.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 5d1b75b..4e23cdb 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c @@ -1,13 +1,18 @@ /* fdisk.c -- Partition table manipulator for Linux. * * Copyright (C) 1992 A. V. Le Blanc (LeBlanc@mcc.ac.uk) - * Copyright (C) 2001,2002 Vladimir Oleynik <dzo@simtreas.ru> (Busybox port) * * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Copyright (C) 2001,2002 Vladimir Oleynik <dzo@simtreas.ru> + * initial busybox port, BSD license + * + * This applet have not the support person from busybox. */ +/* Current changes have not compatibility with this version */ #define UTIL_LINUX_VERSION "2.12" + #define PROC_PARTITIONS "/proc/partitions" #include <features.h> |