vol-osi-assert-20080401

LICENSE IPL10

undo the old windows afs assert undoing
This commit is contained in:
Derrick Brashear 2008-04-01 21:05:19 +00:00
parent 695d1aa896
commit 48838bab91
5 changed files with 0 additions and 26 deletions

View File

@ -63,11 +63,6 @@ RCSID
/*@printflike@*/ extern void Log(const char *format, ...);
#ifdef osi_Assert
#undef osi_Assert
#endif
#define osi_Assert(e) (void)(e)
int (*V_BreakVolumeCallbacks) ();
#define MAXHANDLERS 4 /* Up to 4 clients; must be at least 2, so that

View File

@ -85,11 +85,6 @@ RCSID
/*@printflike@*/ extern void Log(const char *format, ...);
#ifdef osi_Assert
#undef osi_Assert
#endif
#define osi_Assert(e) (void)(e)
extern int LogLevel;
static SYNC_client_state fssync_state =

View File

@ -104,11 +104,6 @@ RCSID
/*@printflike@*/ extern void Log(const char *format, ...);
#ifdef osi_Assert
#undef osi_Assert
#endif
#define osi_Assert(e) (void)(e)
int (*V_BreakVolumeCallbacks) ();
#define MAXHANDLERS 4 /* Up to 4 clients; must be at least 2, so that

View File

@ -53,12 +53,6 @@ RCSID
/*@printflike@*/ extern void Log(const char *format, ...);
#ifdef osi_Assert
#undef osi_Assert
#endif
#define osi_Assert(e) (void)(e)
#ifdef AFS_DEMAND_ATTACH_FS
/*
* SALVSYNC is a feature specific to the demand attach fileserver

View File

@ -74,11 +74,6 @@ RCSID
/*@printflike@*/ extern void Log(const char *format, ...);
#ifdef osi_Assert
#undef osi_Assert
#endif
#define osi_Assert(e) (void)(e)
#define MAXHANDLERS 4 /* Up to 4 clients; must be at least 2, so that
* move = dump+restore can run on single server */