diff options
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/ioctl.h | 4 | ||||
-rw-r--r-- | include/sys/time.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/sys/ioctl.h b/include/sys/ioctl.h index 732494d..1df6b73 100644 --- a/include/sys/ioctl.h +++ b/include/sys/ioctl.h @@ -2,7 +2,7 @@ * Mach Operating System * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. - * + * * Permission to use, copy, modify and distribute this software and its * documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the @@ -49,4 +49,4 @@ #define _IOW(g,n,t) _IOC(IOC_IN, (g), (n), sizeof(t)) #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) -#endif _MACH_SYS_IOCTL_H_ +#endif /* _MACH_SYS_IOCTL_H_ */ diff --git a/include/sys/time.h b/include/sys/time.h index ab96678..de97d32 100644 --- a/include/sys/time.h +++ b/include/sys/time.h @@ -2,7 +2,7 @@ * Mach Operating System * Copyright (c) 1991 Carnegie Mellon University * All Rights Reserved. - * + * * Permission to use, copy, modify and distribute this software and its * documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the @@ -50,4 +50,4 @@ extern time_value_t time; (tvp)->tv_sec == (uvp)->tv_sec && (tvp)->tv_usec cmp (uvp)->tv_usec) #define timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0 -#endif _MACH_SA_SYS_TIME_H_ +#endif /* _MACH_SA_SYS_TIME_H_ */ |