Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109935723
D37946.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
598 B
Referenced Files
None
Subscribers
None
D37946.diff
View Options
diff --git a/stand/libsa/stand.h b/stand/libsa/stand.h
--- a/stand/libsa/stand.h
+++ b/stand/libsa/stand.h
@@ -61,8 +61,9 @@
#ifndef STAND_H
#define STAND_H
-#include <sys/types.h>
#include <sys/cdefs.h>
+
+#include <sys/types.h>
#include <sys/stat.h>
#include <sys/dirent.h>
#include <sys/queue.h>
@@ -90,6 +91,8 @@
/* Partial signal emulation for sig_atomic_t */
#include <machine/signal.h>
+__BEGIN_DECLS
+
struct open_file;
/*
@@ -509,4 +512,6 @@
void tslog_setbuf(void * buf, size_t len);
void tslog_getbuf(void ** buf, size_t * len);
+__END_DECLS
+
#endif /* STAND_H */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 12, 11:23 AM (19 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16609840
Default Alt Text
D37946.diff (598 B)
Attached To
Mode
D37946: stand: Allow stand.h to be included in C++ programs
Attached
Detach File
Event Timeline
Log In to Comment