diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-10-17 13:54:56 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-10-17 13:54:56 -0400 |
commit | baabae623b3658196b67a710dc72663c2105bf31 (patch) | |
tree | a2f6d22373e145ed1c34d4951422ff03c88cb2f4 /hw/xfree86 | |
parent | db66e66dbf26b91c655f1659859c022cc31f0db6 (diff) |
xselinux: Started reworking extension using new XACE hooks.
Diffstat (limited to 'hw/xfree86')
-rw-r--r-- | hw/xfree86/dixmods/extmod/modinit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/dixmods/extmod/modinit.h b/hw/xfree86/dixmods/extmod/modinit.h index fb75092c7..191b3ef89 100644 --- a/hw/xfree86/dixmods/extmod/modinit.h +++ b/hw/xfree86/dixmods/extmod/modinit.h @@ -130,7 +130,6 @@ extern void XaceExtensionInit(INITARGS); #endif #ifdef XSELINUX -extern void XSELinuxExtensionSetup(INITARGS); extern void XSELinuxExtensionInit(INITARGS); #endif |