diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 19:16:01 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 19:16:01 +0000 |
commit | deb8a7c0a2a028ce301e5cde084d0237350b545c (patch) | |
tree | f62c3d4b39634cacd868979c5ba508726c07c543 /bin/pax/pax.h | |
parent | b484c1778d5bf2e1454f826fb863b1797ca8bf71 (diff) |
tabify
Diffstat (limited to 'bin/pax/pax.h')
-rw-r--r-- | bin/pax/pax.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/pax/pax.h b/bin/pax/pax.h index 6406407ca82..bdf00a47dab 100644 --- a/bin/pax/pax.h +++ b/bin/pax/pax.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pax.h,v 1.8 1997/04/06 06:11:14 millert Exp $ */ +/* $OpenBSD: pax.h,v 1.9 1997/07/23 19:15:58 kstailey Exp $ */ /* $NetBSD: pax.h,v 1.3 1995/03/21 09:07:41 cgd Exp $ */ /*- @@ -229,10 +229,10 @@ typedef struct oplist { * General Macros */ #ifndef MIN -#define MIN(a,b) (((a)<(b))?(a):(b)) +#define MIN(a,b) (((a)<(b))?(a):(b)) #endif -#define MAJOR(x) major(x) -#define MINOR(x) minor(x) +#define MAJOR(x) major(x) +#define MINOR(x) minor(x) #define TODEV(x, y) makedev((x), (y)) /* |