--- ./lib/gftp.h Tue Dec 3 21:35:44 2002 +++ ../gftp-2.0.14/./lib/gftp.h Tue Dec 31 13:01:48 2002 @@ -80,12 +80,12 @@ /* We need the major() and minor() macros in the user interface. If they aren't defined by the system, we'll just define them here. */ #ifndef major -#warning major macro was not defined by the system. Defining one that is probably wrong for your system +/* #warning major macro was not defined by the system. Defining one that is probably wrong for your system */ #define major(dev) (((dev) >> 8) & 0xff) #endif #ifndef minor -#warning minor macro was not defined by the system. Defining one that is probably wrong for your system +/* #warning minor macro was not defined by the system. Defining one that is probably wrong for your system */ #define minor(dev) ((dev) & 0xff) #endif --- ./src/gftp.in Mon Aug 5 15:46:55 2002 +++ ../gftp-2.0.14/./src/gftp.in Tue Dec 31 13:01:05 2002 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -fb if [ "$DISPLAY " != " " ] && [ -f @prefix@/bin/gftp-gtk ]; then exec @prefix@/bin/gftp-gtk ${1+"$@"}