aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cpio/pathmatch.h
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2010-05-08 16:47:33 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2010-05-08 16:47:33 +0000
commitb6cb6076444c1b3006d0064be4b6098b8fa92b6c (patch)
tree551fb87f2d73c01d8a568f60595409846d1450d2 /usr.bin/cpio/pathmatch.h
parent9122b590b2b45d5e3a04e85588db3456a3acfd88 (diff)
downloadsrc-b6cb6076444c1b3006d0064be4b6098b8fa92b6c.tar.gz
src-b6cb6076444c1b3006d0064be4b6098b8fa92b6c.zip
Notes
Diffstat (limited to 'usr.bin/cpio/pathmatch.h')
-rw-r--r--usr.bin/cpio/pathmatch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cpio/pathmatch.h b/usr.bin/cpio/pathmatch.h
index fd2c2575cc0a..3e82830b4561 100644
--- a/usr.bin/cpio/pathmatch.h
+++ b/usr.bin/cpio/pathmatch.h
@@ -26,13 +26,13 @@
* $FreeBSD$
*/
-#ifndef PATHMATCH_H
-#define PATHMATCH_H
+#ifndef LAFE_PATHMATCH_H
+#define LAFE_PATHMATCH_H
/* Don't anchor at beginning unless the pattern starts with "^" */
#define PATHMATCH_NO_ANCHOR_START 1
/* Don't anchor at end unless the pattern ends with "$" */
-#define PATHMATCH_NO_ANCHOR_END 2
+#define PATHMATCH_NO_ANCHOR_END 2
/* Note that "^" and "$" are not special unless you set the corresponding
* flag above. */