Add const to a duplicate declaration of sd_state().

This commit is contained in:
he 2005-07-05 22:21:38 +00:00
parent c92bbdc733
commit 36fc2f101b
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: vext.h,v 1.3 2005/06/26 22:36:55 christos Exp $ */ /* $NetBSD: vext.h,v 1.4 2005/07/05 22:21:38 he Exp $ */
/*- /*-
* Copyright (c) 1997, 1998 * Copyright (c) 1997, 1998
@ -37,7 +37,7 @@
*/ */
/* /*
* $Id: vext.h,v 1.3 2005/06/26 22:36:55 christos Exp $ * $Id: vext.h,v 1.4 2005/07/05 22:21:38 he Exp $
* $FreeBSD$ * $FreeBSD$
*/ */
@ -187,7 +187,7 @@ void vinum_lsi(int, int);
int vinum_li(int, enum objecttype); int vinum_li(int, enum objecttype);
char *roughlength(int64_t, int); char *roughlength(int64_t, int);
u_int64_t sizespec(char *); u_int64_t sizespec(char *);
char *sd_state(enum sdstate); const char *sd_state(enum sdstate);
void timestamp(void); void timestamp(void);
extern int force; /* set to 1 to force some dangerous ops */ extern int force; /* set to 1 to force some dangerous ops */