From 65ba5555c673335ca34590a3d038afa5b4d1e16b Mon Sep 17 00:00:00 2001 From: Rafal Jaworowski Date: Thu, 4 Sep 2008 10:05:44 +0000 Subject: Eliminate __alpha__ leftover from libstand. --- lib/libstand/stand.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/libstand/stand.h') diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h index 12c188afcee4c..1411b6b3cb31d 100644 --- a/lib/libstand/stand.h +++ b/lib/libstand/stand.h @@ -235,9 +235,6 @@ extern void *calloc(size_t n1, size_t n2); extern void *realloc(void *ptr, size_t size); extern void *reallocf(void *ptr, size_t size); extern void mallocstats(void); -#ifdef __alpha__ -extern void free_region(void *start, void *end); -#endif /* disklabel support (undocumented, may be junk) */ struct disklabel; -- cgit v1.2.3