Advertisement
yaneurabeya

Untitled

Dec 4th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. diff --git a/sys/sys/utsname.h b/sys/sys/utsname.h
  2. index 410e065..0ca5387 100644
  3. --- a/sys/sys/utsname.h
  4. +++ b/sys/sys/utsname.h
  5. @@ -36,7 +36,7 @@
  6. #ifndef _SYS_UTSNAME_H
  7. #define _SYS_UTSNAME_H
  8.  
  9. -#ifdef _KERNEL
  10. +#if defined(_KERNEL) && defined(COMPAT_FREEBSD4)
  11. #define SYS_NMLN 32 /* uname(2) for the FreeBSD 1.1 ABI. */
  12. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement