mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
* Added license information * Cleaned up Makefile PR: 220973 Submitted by: Aaron Baugher (maintainer) Reviewed by: matthew (mentor), mat Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11897
12 lines
300 B
C
12 lines
300 B
C
--- object/Regex.c.orig 2003-08-18 16:58:55 UTC
|
|
+++ object/Regex.c
|
|
@@ -51,8 +51,8 @@
|
|
|
|
#define REGEX_CODEIT /* only include sysv regex code once.. */
|
|
#include "config.h"
|
|
-#include "Regex.h"
|
|
#include "Malloc.h"
|
|
+#include "Regex.h"
|
|
|
|
/**************************************************
|
|
POSIX
|