RPC(3): Import from FreeBSD

This commit is contained in:
Sebastian Huber
2016-06-09 10:23:57 +02:00
parent 68d406b3b8
commit 60b1d40751
94 changed files with 26639 additions and 0 deletions

5
freebsd/include/gssapi.h Normal file
View File

@@ -0,0 +1,5 @@
/* $FreeBSD$ */
#ifdef __GNUC__
#warning "this file includes <gssapi.h> which is deprecated, use <gssapi/gssapi.h> instead"
#endif
#include <gssapi/gssapi.h>