@ -1,33 +0,0 @@ |
|||||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# Please add additional copyright information _after_ the line containing |
|
||||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|
||||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
||||
# |
|
||||
# ROCK Linux: rock-src/package/base/mkdosfs/big-endian-fix.patch |
|
||||
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf |
|
||||
# |
|
||||
# This patch file is dual-licensed. It is available under the license the |
|
||||
# patched project is licensed under, as long as it is an OpenSource license |
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
||||
# of the GNU General Public License as published by the Free Software |
|
||||
# Foundation; either version 2 of the License, or (at your option) any later |
|
||||
# version. |
|
||||
# |
|
||||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
--- mkdosfs-0.4.1/mkdosfs.c.orig 1998-09-01 23:46:30.000000000 +0200
|
|
||||
+++ mkdosfs-0.4.1/mkdosfs.c 2003-07-13 07:11:20.000000000 +0200
|
|
||||
@@ -78,9 +78,9 @@
|
|
||||
|
|
||||
#define CF_LE_W(v) ((((v) & 0x00ff) << 8) | (((v) & 0xff00) >> 8)) |
|
||||
#define CT_LE_W(v) ((((v) & 0x00ff) << 8) | (((v) & 0xff00) >> 8)) |
|
||||
-#define CF_LE_L(v) ((((v) & 0x0000ff00) << 8) | (((v) & 0x00ff0000) >> 8) |
|
|
||||
+#define CF_LE_L(v) ((((v) & 0x0000ff00) << 8) | (((v) & 0x00ff0000) >> 8) | \
|
|
||||
(((v) & 0x000000ff) << 24) | (((v) & 0xff000000) >> 24)) |
|
||||
-#define CT_LE_L(v) ((((v) & 0x0000ff00) << 8) | (((v) & 0x00ff0000) >> 8) |
|
|
||||
+#define CT_LE_L(v) ((((v) & 0x0000ff00) << 8) | (((v) & 0x00ff0000) >> 8) | \
|
|
||||
(((v) & 0x000000ff) << 24) | (((v) & 0xff000000) >> 24)) |
|
||||
|
|
||||
#else |
|
@ -1,40 +0,0 @@ |
|||||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# Please add additional copyright information _after_ the line containing |
|
||||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|
||||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
||||
# |
|
||||
# ROCK Linux: rock-src/package/base/mkdosfs/dont-use-kernel-headers.patch |
|
||||
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf |
|
||||
# |
|
||||
# This patch file is dual-licensed. It is available under the license the |
|
||||
# patched project is licensed under, as long as it is an OpenSource license |
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
||||
# of the GNU General Public License as published by the Free Software |
|
||||
# Foundation; either version 2 of the License, or (at your option) any later |
|
||||
# version. |
|
||||
# |
|
||||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
--- ./mkdosfs.c.orig 2004-02-10 22:44:38.602762200 +0000
|
|
||||
+++ ./mkdosfs.c 2004-02-10 22:43:57.846958024 +0000
|
|
||||
@@ -43,7 +43,7 @@
|
|
||||
|
|
||||
#include <fcntl.h> |
|
||||
#include <linux/hdreg.h> |
|
||||
-#include <linux/fs.h>
|
|
||||
+//#include <linux/fs.h>
|
|
||||
#include <sys/stat.h> |
|
||||
#include <linux/fd.h> |
|
||||
#include <mntent.h> |
|
||||
@@ -61,6 +61,9 @@
|
|
||||
|
|
||||
/* Constant definitions */ |
|
||||
|
|
||||
+#define BLOCK_SIZE_BITS 10
|
|
||||
+#define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
|
|
||||
+
|
|
||||
#define TRUE 1 /* Boolean constants */ |
|
||||
#define FALSE 0 |
|
||||
|
|
@ -1,40 +0,0 @@ |
|||||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
||||
[COPY] |
|
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
[COPY] Please add additional copyright information _after_ the line containing |
|
||||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|
||||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
||||
[COPY] |
|
||||
[COPY] ROCK Linux: rock-src/package/base/mkdosfs/mkdosfs.cache |
|
||||
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf |
|
||||
[COPY] |
|
||||
[COPY] This program is free software; you can redistribute it and/or modify |
|
||||
[COPY] it under the terms of the GNU General Public License as published by |
|
||||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|
||||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|
||||
[COPY] License can be found at Documentation/COPYING. |
|
||||
[COPY] |
|
||||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|
||||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|
||||
[COPY] file for details. |
|
||||
[COPY] |
|
||||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
[TIMESTAMP] 1132961318 Sat Nov 26 00:28:38 2005 (3) |
|
||||
[TIMESTAMP] 1133311486 Wed Nov 30 01:44:46 2005 (9) |
|
||||
|
|
||||
[CONFIG-ID] TRUNK-x86-reference |
|
||||
[ROCKVER] TRUNK |
|
||||
|
|
||||
[LOGS] 3-mkdosfs.log 9-mkdosfs.log |
|
||||
|
|
||||
[BUILDTIME] 971 (3) |
|
||||
[BUILDTIME] 1664 (9) |
|
||||
[SIZE] 0.04 MB, 10 files |
|
||||
|
|
||||
[DEP] 00-dirtree bash2 binutils bzip2 coreutils diffutils findutils gawk |
|
||||
[DEP] gcc34 gcc34:dev glibc23 glibc23:dev grep linux26-header:dev make |
|
||||
[DEP] mktemp net-tools patch sed sysfiles tar |
|
||||
|
|
||||
[PROVIDES] mkdosfs mkfs.msdos |
|
||||
|
|
@ -1,39 +0,0 @@ |
|||||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
||||
[COPY] |
|
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
[COPY] Please add additional copyright information _after_ the line containing |
|
||||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|
||||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
||||
[COPY] |
|
||||
[COPY] ROCK Linux: rock-src/package/base/mkdosfs/mkdosfs.desc |
|
||||
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf |
|
||||
[COPY] |
|
||||
[COPY] This program is free software; you can redistribute it and/or modify |
|
||||
[COPY] it under the terms of the GNU General Public License as published by |
|
||||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|
||||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|
||||
[COPY] License can be found at Documentation/COPYING. |
|
||||
[COPY] |
|
||||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|
||||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|
||||
[COPY] file for details. |
|
||||
[COPY] |
|
||||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
[I] mkdosfs - make dos filesystem (tools) |
|
||||
|
|
||||
[T] mkdosfs is a tool to create FAT filesystems on a block device. |
|
||||
[T] It also supports FAT32 filesystems. |
|
||||
|
|
||||
[A] Dave Hudson <dave@humbug.demon.co.uk> |
|
||||
[M] The ROCK Linux Project |
|
||||
|
|
||||
[C] base/system extra/filesystem |
|
||||
|
|
||||
[L] GPL |
|
||||
[S] Beta |
|
||||
[V] 0.4.1 |
|
||||
[P] X -?-3-----9 181.000 |
|
||||
|
|
||||
[D] 744381145 mkdosfs-0.4.1.tar.gz ftp://bmrc.berkeley.edu/pub/linux/fat32/ |
|
||||
|
|