summaryrefslogtreecommitdiff
path: root/extras/floppy
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-08-01 01:33:36 +0200
committerKay Sievers <kay.sievers@suse.de>2005-08-01 01:33:36 +0200
commit70721db6d7ba0d4f3ac5c17f2cedac056065ad8a (patch)
treef029523e975639453dcd027ee43a7bc742d0845c /extras/floppy
parent62a22c8d75550d5720019468c7a881a573bff22b (diff)
fix GGC signed pointer warnings and switch volume_id to stdint
Solaris uses volume_id now and they fiddled around with configure scripts to map the linux kernel int types. Adding the types locally to volume_id breaks the klibc build, so just switch to these ugly types and forget it. :) Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'extras/floppy')
-rw-r--r--extras/floppy/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/extras/floppy/Makefile b/extras/floppy/Makefile
index 2601eeeb55..ab0cd17e58 100644
--- a/extras/floppy/Makefile
+++ b/extras/floppy/Makefile
@@ -28,8 +28,6 @@ INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
-CFLAGS+=-D_FILE_OFFSET_BITS=64
-
OBJS = $(PROG).o ../../udev.a
$(OBJS): $(HEADERS)