Page MenuHomeFreeBSD

D12977.id35263.diff
No OneTemporary

D12977.id35263.diff

Index: head/sys/sys/aio.h
===================================================================
--- head/sys/sys/aio.h
+++ head/sys/sys/aio.h
@@ -252,7 +252,7 @@
*/
int aio_mlock(struct aiocb *);
-#ifdef __BSD_VISIBLE
+#if __BSD_VISIBLE
ssize_t aio_waitcomplete(struct aiocb **, struct timespec *);
#endif
Index: head/sys/sys/shm.h
===================================================================
--- head/sys/sys/shm.h
+++ head/sys/sys/shm.h
@@ -159,7 +159,7 @@
#endif
__BEGIN_DECLS
-#ifdef __BSD_VISIBLE
+#if __BSD_VISIBLE
int shmsys(int, ...);
#endif
void *shmat(int, const void *, int);

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 21, 2:55 AM (6 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31882746
Default Alt Text
D12977.id35263.diff (608 B)

Event Timeline