NetBSD uses __RCSID
This commit is contained in:
parent
61c7bde65a
commit
1ea66c56df
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ftp_locl.h"
|
#include "ftp_locl.h"
|
||||||
RCSID ("$Id: ftp.c,v 1.7 2008/03/22 08:36:50 mlelstv Exp $");
|
__RCSID ("$Id: ftp.c,v 1.8 2008/03/22 13:03:05 mlelstv Exp $");
|
||||||
|
|
||||||
struct sockaddr_storage hisctladdr_ss;
|
struct sockaddr_storage hisctladdr_ss;
|
||||||
struct sockaddr *hisctladdr = (struct sockaddr *)&hisctladdr_ss;
|
struct sockaddr *hisctladdr = (struct sockaddr *)&hisctladdr_ss;
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "hx_locl.h"
|
#include "hx_locl.h"
|
||||||
RCSID("$ID$");
|
__RCSID("$ID$");
|
||||||
|
|
||||||
int
|
int
|
||||||
_hx509_map_file_os(const char *fn, heim_octet_string *os, struct stat *rsb)
|
_hx509_map_file_os(const char *fn, heim_octet_string *os, struct stat *rsb)
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "hx_locl.h"
|
#include "hx_locl.h"
|
||||||
RCSID("Id$");
|
__RCSID("Id$");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Should use two hash/tree certificates intead of a array. Criteria
|
* Should use two hash/tree certificates intead of a array. Criteria
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "roken.h"
|
#include "roken.h"
|
||||||
|
|
||||||
RCSID("$Id");
|
__RCSID("$Id");
|
||||||
|
|
||||||
|
|
||||||
void * ROKEN_LIB_FUNCTION
|
void * ROKEN_LIB_FUNCTION
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
RCSID ("$Id: rtbl.c,v 1.3 2008/03/22 08:37:21 mlelstv Exp $");
|
__RCSID ("$Id: rtbl.c,v 1.4 2008/03/22 13:03:05 mlelstv Exp $");
|
||||||
#endif
|
#endif
|
||||||
#include "roken.h"
|
#include "roken.h"
|
||||||
#include "rtbl.h"
|
#include "rtbl.h"
|
||||||
|
|
Loading…
Reference in New Issue