View | Details | Raw Unified | Return to bug 223317
Collapse All | Expand All

(-)sys/kern/imgact_shell.c (-2 / +1 lines)
Lines 97-104 Link Here
97
 * 6.x branch on May 28, 2005 (matching __FreeBSD_version 600029).
97
 * 6.x branch on May 28, 2005 (matching __FreeBSD_version 600029).
98
 */
98
 */
99
int
99
int
100
exec_shell_imgact(imgp)
100
exec_shell_imgact(struct image_params *imgp)
101
	struct image_params *imgp;
102
{
101
{
103
	const char *image_header = imgp->image_header;
102
	const char *image_header = imgp->image_header;
104
	const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname;
103
	const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname;

Return to bug 223317