From: Eric Andersen Date: Tue, 30 Jan 2001 19:23:46 +0000 (-0000) Subject: Fix a stupid typo -- bug found by Larry Doolittle. X-Git-Tag: 0_50~282 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=30f64c3aa2696026f9c21e555c79f1dea7c55c76;p=oweals%2Fbusybox.git Fix a stupid typo -- bug found by Larry Doolittle. --- diff --git a/coreutils/ls.c b/coreutils/ls.c index 2ed5fe165..a5574a52e 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c @@ -68,7 +68,7 @@ enum { #include #include -#ifndef NAJOR +#ifndef MAJOR #define MAJOR(dev) (((dev)>>8)&0xff) #define MINOR(dev) ((dev)&0xff) #endif diff --git a/ls.c b/ls.c index 2ed5fe165..a5574a52e 100644 --- a/ls.c +++ b/ls.c @@ -68,7 +68,7 @@ enum { #include #include -#ifndef NAJOR +#ifndef MAJOR #define MAJOR(dev) (((dev)>>8)&0xff) #define MINOR(dev) ((dev)&0xff) #endif