patch-sys_unix_unixunix_c 495 B

1234567891011121314
  1. $OpenBSD: patch-sys_unix_unixunix_c,v 1.1.1.1 2001/07/05 13:29:05 espie Exp $
  2. --- sys/unix/unixunix.c.orig Sun Jun 24 18:57:24 2001
  3. +++ sys/unix/unixunix.c Wed Jul 4 11:23:29 2001
  4. @@ -42,7 +42,9 @@ gethdate(name)
  5. * does not exist on all systems, and moreover, that it sometimes includes
  6. * <sys/types.h> again, so that the compiler sees these typedefs twice.
  7. */
  8. +#ifndef HAVE_SYS_PARAM_H
  9. #define MAXPATHLEN 1024
  10. +#endif
  11. register const char *np, *path;
  12. char filename[MAXPATHLEN+1];