diff options
author | jhb <jhb@FreeBSD.org> | 2000-08-17 07:51:48 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2000-08-17 07:51:48 +0000 |
commit | 14e8818587db0aeacd1e3ab544ae126caf402d6d (patch) | |
tree | 6492a1e26c1f4f070a6fc1152c5229541a7c45e5 /include | |
parent | 9c5a24968b2b9907d13a56681853ed62a4d07a52 (diff) | |
download | FreeBSD-src-14e8818587db0aeacd1e3ab544ae126caf402d6d.zip FreeBSD-src-14e8818587db0aeacd1e3ab544ae126caf402d6d.tar.gz |
Revert gratuitous whitespace changes from revisions 1.111 and 1.112.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 6119e24..77c4db9 100644 --- a/include/Makefile +++ b/include/Makefile @@ -39,8 +39,8 @@ PFILES= mqueue.h sched.h semaphore.h # aio.h # Only for default SHARED=copies case SFILES= soundcard.h joystick.h -LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h \ - poll.h syslog.h termios.h ucontext.h +LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h poll.h syslog.h \ + termios.h ucontext.h LDIRS= cam msdosfs net netatalk netatm netgraph netinet netinet6 \ netipx netkey netncp netns nfs ntfs nwfs pccard posix4 sys vm |