File:  [DVB] / dietlibc / libcompat / rcmd.c
Revision 1.3: download - view: text, annotated - select for diffs
Fri Feb 21 10:03:29 2014 UTC (10 years, 3 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
remove compiler warnings

#include <write12.h>

int rcmd(char **ahost, int inport, const char *locuser,
	 const char *remuser, const char *cmd, int *fd2p);
int rcmd(char **ahost, int inport, const char *locuser,
	 const char *remuser, const char *cmd, int *fd2p) {
  (void)ahost;
  (void)inport;
  (void)locuser;
  (void)remuser;
  (void)cmd;
  (void)fd2p;
  __write2("for security reasons, rcmd is not supported by the diet libc.\n");
  return -1;
}


LinuxTV legacy CVS <linuxtv.org/cvs>