SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,19 @@
--- src/defines.h.orig 2001-03-07 23:51:34.000000000 +0100
+++ src/defines.h 2003-11-08 15:22:33.000000000 +0100
@@ -34,6 +34,7 @@
#ifndef __DEFINES_H_
#define __DEFINES_H_
+#include <sys/param.h>
#include <config.h>
/*
@@ -42,7 +43,7 @@
*/
/* max path length */
-#define GR_MAXPATHLEN 256
+#define GR_MAXPATHLEN MAXPATHLEN
/* max length for strings */
#define MAX_STRING_LENGTH 512