summaryrefslogtreecommitdiff
path: root/net/slirp/files/patch-mkpro
blob: 1c4fe24a2b8dbaf5e8a3bf36b9fed05870a44df9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$FreeBSD$

--- mkpro.orig	Mon Jul 22 02:52:35 2002
+++ mkpro	Mon Jul 22 02:54:36 2002
@@ -42,6 +42,9 @@
 	
 	# Ignore blank lines
 	(/^[ \t]*$/) && next WHILE;
+
+	# Skip remaining pre-processor directives
+	(/^#/) && next WHILE;
 	
 	# C comments and pre-processor directives are already removed