lint: add explicit return type to ultrix_sys_shmsys().

This commit is contained in:
jonathan 1997-05-24 09:53:11 +00:00
parent 3bdc896e84
commit 6aaa702220
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_misc.c,v 1.31 1997/04/26 02:00:11 jonathan Exp $ */
/* $NetBSD: ultrix_misc.c,v 1.32 1997/05/24 09:53:11 jonathan Exp $ */
/*
* Copyright (c) 1995, 1997 Jonathan Stone (hereinafter referred to as the author)
@ -604,6 +604,7 @@ ultrix_sys_sigreturn(p, v, retval)
return sys_sigreturn(p, (struct sys_sigreturn_args *)uap, retval);
}
int
ultrix_sys_shmsys(p, v, retval)
struct proc *p;
void *v;