Remove RCS id things

Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
Masanori Ogino 2023-11-30 05:30:06 +09:00
commit 2e09ce400a
3 changed files with 0 additions and 13 deletions

View file

@ -57,10 +57,6 @@ extern int _sys_code;
int _sys_code = SYS_EUC;
#endif
#ifndef lint
static char rcsid_sony[] = "$Header: /export/work/contrib/sj3/sj3dic/RCS/sj3dic.c,v 1.11 1994/06/03 07:41:59 notanaka Exp $ SONY;";
#endif
static struct option {
char *str;
int code;

View file

@ -52,11 +52,6 @@
#define signal sigset
#endif
#ifndef lint
static char rcsid_sony[] = "$SonyId: level1.c,v 1.4 1995/04/17 10:36:08 notanaka Exp $ SONY;";
static char rcsid_patch[] = "$Id: level1.c,v 1.2 2004/07/20 15:55:43 hiroo Exp $";
#endif
int sj3_error_number;
char *sj3_socket_name = SocketName;
char *sj3_port_name = PortName;

View file

@ -56,10 +56,6 @@ extern int _sys_code;
static int _sys_code = SYS_NOTDEF;
#endif /* __sony_news */
#ifndef lint
static char rcsid_sony[] = "$Header: /export/work/contrib/sj3/sj3lib/RCS/sj.c,v 1.14 1994/06/03 07:42:13 notanaka Exp $ SONY;";
#endif
char *sj3_user_dir = "user";
static char *path_delimiter = "/";
static SJ3_CLIENT_ENV client = { -1, 0 };