summaryrefslogtreecommitdiff
path: root/lib/mesa/src/getopt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mesa/src/getopt')
-rw-r--r--lib/mesa/src/getopt/getopt.h2
-rw-r--r--lib/mesa/src/getopt/getopt_long.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/mesa/src/getopt/getopt.h b/lib/mesa/src/getopt/getopt.h
index 8c4647b3d..20ddd11f2 100644
--- a/lib/mesa/src/getopt/getopt.h
+++ b/lib/mesa/src/getopt/getopt.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: getopt.h,v 1.6 2017/03/25 00:29:29 jsg Exp $ */
+/* $OpenBSD: getopt.h,v 1.7 2017/08/14 09:58:00 jsg Exp $ */
/* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
/*-
diff --git a/lib/mesa/src/getopt/getopt_long.c b/lib/mesa/src/getopt/getopt_long.c
index fc263a00d..3ce6ce880 100644
--- a/lib/mesa/src/getopt/getopt_long.c
+++ b/lib/mesa/src/getopt/getopt_long.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getopt_long.c,v 1.6 2017/03/25 00:29:29 jsg Exp $ */
+/* $OpenBSD: getopt_long.c,v 1.7 2017/08/14 09:58:00 jsg Exp $ */
/* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
/*