Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 226681
Collapse All | Expand All

(-)netkit-rsh-0.17.orig/rexecd/rexecd.c (+1 lines)
Lines 65-70 Link Here
65
  "$Id: rexecd.c,v 1.29 2000/07/23 04:16:22 dholland Exp $";
65
  "$Id: rexecd.c,v 1.29 2000/07/23 04:16:22 dholland Exp $";
66
#include "../version.h"
66
#include "../version.h"
67
67
68
#include <linux/limits.h>
68
#include <sys/param.h>
69
#include <sys/param.h>
69
#include <sys/ioctl.h>
70
#include <sys/ioctl.h>
70
#include <sys/socket.h>
71
#include <sys/socket.h>
(-)netkit-rsh-0.17.orig/rshd/rshd.c (+1 lines)
Lines 54-59 Link Here
54
 *	command\0
54
 *	command\0
55
 *	data
55
 *	data
56
 */
56
 */
57
#include <linux/limits.h>
57
#include <sys/types.h>
58
#include <sys/types.h>
58
#include <sys/param.h>
59
#include <sys/param.h>
59
#include <sys/ioctl.h>
60
#include <sys/ioctl.h>

Return to bug 226681