OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [net/] [autotest/] [current/] [host/] [_suping.c] - Rev 786

Compare with Previous | Blame | View Log

// _suping.c
 
#include <unistd.h>
 
// This a piece of lameness to convince ping to do a floodping.
int main( int argc, char **argv )
{
    setuid( 0 );
    execvp( "ping", argv );
    perror( "What, no ping?" );
    exit( 1 );
}
 
// EOF
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.