svn commit: r184732 - head/lib/libstand

Rafal Jaworowski raj at FreeBSD.org
Thu Nov 6 08:30:33 PST 2008


Author: raj
Date: Thu Nov  6 16:30:32 2008
New Revision: 184732
URL: http://svn.freebsd.org/changeset/base/184732

Log:
  Eliminate dead declarations in libstand.

Modified:
  head/lib/libstand/stand.h

Modified: head/lib/libstand/stand.h
==============================================================================
--- head/lib/libstand/stand.h	Thu Nov  6 16:30:20 2008	(r184731)
+++ head/lib/libstand/stand.h	Thu Nov  6 16:30:32 2008	(r184732)
@@ -236,10 +236,6 @@ extern void	*realloc(void *ptr, size_t s
 extern void	*reallocf(void *ptr, size_t size);
 extern void	mallocstats(void);
 
-/* disklabel support (undocumented, may be junk) */
-struct		disklabel;
-extern char	*getdisklabel(const char *, struct disklabel *);
-
 extern int	printf(const char *fmt, ...) __printflike(1, 2);
 extern void	vprintf(const char *fmt, __va_list);
 extern int	sprintf(char *buf, const char *cfmt, ...) __printflike(2, 3);


More information about the svn-src-head mailing list