fdisk unmaintained now :(

This commit is contained in:
"Vladimir N. Oleynik" 2006-02-25 07:20:15 +00:00
parent 5527b9117e
commit 5c06b277ce
2 changed files with 8 additions and 2 deletions

View File

@ -113,7 +113,8 @@ Manuel Novoa III <mjn3@codepoet.org>
Vladimir Oleynik <dzo@simtreas.ru> Vladimir Oleynik <dzo@simtreas.ru>
cmdedit; bb_mkdep, xargs(current), httpd(current); cmdedit; bb_mkdep, xargs(current), httpd(current);
ports: ash, crond, fdisk, inetd, stty, traceroute, top; ports: ash, crond, fdisk (initial, unmaintained now), inetd, stty, traceroute,
top;
locale, various fixes locale, various fixes
and irreconcilable critic of everything not perfect. and irreconcilable critic of everything not perfect.

View File

@ -1,13 +1,18 @@
/* fdisk.c -- Partition table manipulator for Linux. /* fdisk.c -- Partition table manipulator for Linux.
* *
* Copyright (C) 1992 A. V. Le Blanc (LeBlanc@mcc.ac.uk) * 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. * 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 UTIL_LINUX_VERSION "2.12"
#define PROC_PARTITIONS "/proc/partitions" #define PROC_PARTITIONS "/proc/partitions"
#include <features.h> #include <features.h>