Skip to content

Commit

Permalink
more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vixie committed Feb 14, 2003
1 parent 8f66155 commit 72f2a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locbrok.c
Expand Up @@ -3,7 +3,7 @@
*/

#ifndef LINT
static char RCSid[] = "$Id: locbrok.c,v 1.11 2003-02-14 19:28:53 vixie Exp $";
static char RCSid[] = "$Id: locbrok.c,v 1.12 2003-02-14 19:29:21 vixie Exp $";
#endif

/* Copyright (c) 1996 by Internet Software Consortium.
Expand Down Expand Up @@ -60,7 +60,7 @@ typedef struct reg_db {
static reg_db *find_byname(const char *name),
*find_byport(u_int port);

static int add(char *name, u_int port, u_int client);
static int add(const char *name, u_int port, u_int client);

static void server(void),
client_input(int fd),
Expand Down

0 comments on commit 72f2a82

Please sign in to comment.