Page MenuHomeFreeBSD

D37946.diff
No OneTemporary

D37946.diff

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

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)

Event Timeline