summaryrefslogtreecommitdiff
path: root/mount/debian/patches/udfs-fsdb-fsdb_yacc.y.patch
blob: 8ac9b999d3e7fb53966c8d4a6e7debaddc223eca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description: for GNU bison
Index: mount/usr/src/cmd/fs.d/udfs/fsdb/fsdb_yacc.y
===================================================================
--- mount.orig/usr/src/cmd/fs.d/udfs/fsdb/fsdb_yacc.y	2012-10-08 00:25:23.000000000 +0000
+++ mount/usr/src/cmd/fs.d/udfs/fsdb/fsdb_yacc.y	2013-02-12 00:41:28.706432814 +0000
@@ -71,8 +71,16 @@
 char find_name[1024];
 uint32_t find_in;
 
+void print_prompt();
+
 %}
 
+%code requires {
+
+#include <stdint.h>
+
+}
+
 %union
 {
 	uint8_t		*strval;
@@ -767,7 +775,6 @@
 	return (0);
 }
 
-void print_prompt();
 extern FILE *yyin;
 
 void