mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
DARWIN: remove errant typedef for etap_event_t
This code has been dead since its introduction, because XAFS_DARWIN_ENV
is a typo for AFS_DARWIN_ENV.
Introduced from day 1 of DARWIN support with commit
a41175cfbb
"initial-darwin-support-20010327".
No functional change should be incurred by this commit.
Change-Id: I6b74f01b4dd1230559ac8d75f0644071357f38b7
Reviewed-on: https://gerrit.openafs.org/14218
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
This commit is contained in:
parent
c6eff25be9
commit
f065706fed
@ -18,12 +18,6 @@
|
||||
#ifndef _OSI_MACHDEP_H_
|
||||
#define _OSI_MACHDEP_H_
|
||||
|
||||
#ifdef XAFS_DARWIN_ENV
|
||||
#ifndef _MACH_ETAP_H_
|
||||
#define _MACH_ETAP_H_
|
||||
typedef unsigned short etap_event_t;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef AFS_DARWIN80_ENV
|
||||
#include <kern/locks.h>
|
||||
|
Loading…
Reference in New Issue
Block a user