diff options
author | jhb <jhb@FreeBSD.org> | 2001-09-18 21:52:15 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-09-18 21:52:15 +0000 |
commit | 814bb9623f72314786fee7bc44764a02313cc1fb (patch) | |
tree | 5e1289b17ef1f5f667e81c14f1bbee334f95c15e /sys/i386/include | |
parent | 0fc343f1d8a912c26c5878218d33fa977b9ac092 (diff) | |
download | FreeBSD-src-814bb9623f72314786fee7bc44764a02313cc1fb.zip FreeBSD-src-814bb9623f72314786fee7bc44764a02313cc1fb.tar.gz |
Whitespace fixes.
Diffstat (limited to 'sys/i386/include')
-rw-r--r-- | sys/i386/include/globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/globals.h b/sys/i386/include/globals.h index c3cc211..f0d6a65 100644 --- a/sys/i386/include/globals.h +++ b/sys/i386/include/globals.h @@ -131,8 +131,8 @@ #define GLOBALDATA PCPU_GET(prvspace) #define curthread PCPU_GET(curthread) -#define CURPROC (curthread->td_proc) -#define curproc (curthread->td_proc) +#define CURPROC (curthread->td_proc) +#define curproc (curthread->td_proc) #define curksegrp (curthread->td_ksegrp) #define curkse (curthread->td_kse) |