diff options
author | pat <pat@FreeBSD.org> | 2002-07-12 23:48:47 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-12 23:48:47 +0800 |
commit | 4d6e4d1f3f77a2e8a349bb3dd42ba1f709f2ff96 (patch) | |
tree | d978782910020eee9d2903787992b9ec4147aaa8 /net/nylon/files | |
parent | 53516a6c589ad11403f20ffbc3d59033a497216f (diff) | |
download | freebsd-ports-graphics-4d6e4d1f3f77a2e8a349bb3dd42ba1f709f2ff96.tar.gz freebsd-ports-graphics-4d6e4d1f3f77a2e8a349bb3dd42ba1f709f2ff96.tar.zst freebsd-ports-graphics-4d6e4d1f3f77a2e8a349bb3dd42ba1f709f2ff96.zip |
Update to 0.3
Reset maintainership back to ports@
PR: ports/39885
Submitted by: Volker Stolz <vs@lambda.foldr.org>
Approved by: maintainer
Diffstat (limited to 'net/nylon/files')
-rw-r--r-- | net/nylon/files/patch-cfg.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/nylon/files/patch-cfg.c b/net/nylon/files/patch-cfg.c new file mode 100644 index 00000000000..48eca8716c9 --- /dev/null +++ b/net/nylon/files/patch-cfg.c @@ -0,0 +1,19 @@ +--- cfg.c.orig Fri Jul 12 11:30:59 2002 ++++ cfg.c Fri Jul 12 11:31:08 2002 +@@ -35,6 +35,8 @@ + * This code was written under funding by Ericsson Radio Systems. + */ + ++#include "cfg.h" ++ + #ifndef WIN32 + #include <sys/param.h> + #include <sys/mman.h> +@@ -51,7 +53,6 @@ + #include <err.h> + + #include "config.h" +-#include "cfg.h" + + struct conf_trans { + TAILQ_ENTRY (conf_trans) link; |