]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
make-use-of-int-preblock-specific-to-s390-linux-20010412
authorDerrick Brashear <shadow@dementia.org>
Thu, 12 Apr 2001 21:39:33 +0000 (21:39 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 12 Apr 2001 21:39:33 +0000 (21:39 +0000)
based on report Pavel Semerad <semerad@ss1000.ms.mff.cuni.cz>, but fixing the
root cause.

src/lwp/lwp.c

index d237fcb8adf4090432057e009317f1fa5e41a125..4b9e42baaacbfd73c494d41b94bece51d2ad3aa8 100644 (file)
@@ -39,7 +39,7 @@ extern char* getenv();
 extern void *malloc(int size);
 extern void *realloc(void *ptr, int size);
 #endif
-#if defined(AFS_OSF_ENV) || defined(AFS_LINUX20_ENV) || defined(AFS_S390_LINUX20_ENV)
+#if defined(AFS_OSF_ENV) || defined(AFS_S390_LINUX20_ENV)
 extern int PRE_Block;  /* from preempt.c */
 #else
 extern char PRE_Block; /* from preempt.c */