const-ize fatalperror
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2183 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -142,7 +142,7 @@ void netclear (void);
|
|||||||
void netflush (void);
|
void netflush (void);
|
||||||
void writenet (unsigned char *ptr, int len);
|
void writenet (unsigned char *ptr, int len);
|
||||||
void fatal (int f, char *msg);
|
void fatal (int f, char *msg);
|
||||||
void fatalperror (int f, char *msg);
|
void fatalperror (int f, const char *msg);
|
||||||
void edithost (char *pat, char *host);
|
void edithost (char *pat, char *host);
|
||||||
void putstr (char *s);
|
void putstr (char *s);
|
||||||
void putchr (int cc);
|
void putchr (int cc);
|
||||||
|
@@ -351,7 +351,7 @@ void fatal(int f, char *msg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
fatalperror(int f, char *msg)
|
fatalperror(int f, const char *msg)
|
||||||
{
|
{
|
||||||
char buf[BUFSIZ];
|
char buf[BUFSIZ];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user