Commit graph

7 commits

Author SHA1 Message Date
b82d393de3 Add explicit function prototypes 2026-06-18 14:19:36 +09:00
7935e5e7ea Remove Sony RCS tags 2026-06-18 13:45:18 +09:00
d0be6165c0 Format source code 2026-06-18 13:40:31 +09:00
SASANO Takayoshi
a9a6c86f12 replace u_xxxx style, defined <sys/types.h>
replace:
	u_char -> unsigned char
	u_short -> unsigned short
	u_int -> unsigned int
	u_long (not used)

include <sys/types.h> is kept.

dicttool.h:
	fix include guard DICTTOLL -> DICTTOOL

addelcmn.c:unsigned int addel_arg()
deldic.c:unsigned int deldic()
	change u_short err -> unsigned int err (used for return value)

Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
2023-12-10 17:14:16 +09:00
SASANO Takayoshi
7f3879b60d remove weired rmemcpy(src,dst,len)
Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
2023-12-10 11:07:18 +09:00
SASANO Takayoshi
db373a736e revise sj_typedef.h
Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
2023-12-10 09:15:43 +09:00
Masanori Ogino
4b03989296 Build sj3serv
Signed-off-by: Masanori Ogino <mogino@acm.org>
2023-12-07 15:02:09 +09:00
Renamed from server/execute.c (Browse further)