diff options
author | Rafal Jaworowski <raj@FreeBSD.org> | 2008-09-04 10:05:44 +0000 |
---|---|---|
committer | Rafal Jaworowski <raj@FreeBSD.org> | 2008-09-04 10:05:44 +0000 |
commit | 65ba5555c673335ca34590a3d038afa5b4d1e16b (patch) | |
tree | f6ee42d4bcc00ae9d63a5d70f22c3eb3550a8108 /lib/libstand/stand.h | |
parent | 1b42ff4cd671f227da388278b2d91267874fec23 (diff) |
Notes
Diffstat (limited to 'lib/libstand/stand.h')
-rw-r--r-- | lib/libstand/stand.h | 3 |
1 files changed, 0 insertions, 3 deletions
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; |