mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
vol-osi-assert-20080401
LICENSE IPL10 undo the old windows afs assert undoing
This commit is contained in:
parent
695d1aa896
commit
48838bab91
@ -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
|
||||
|
@ -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 =
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user