mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 13:39:25 -04:00
15 lines
189 B
C
15 lines
189 B
C
/* $NetBSD: sntp.c,v 1.3 2015/07/10 14:20:33 christos Exp $ */
|
|
|
|
#include <config.h>
|
|
|
|
#include "main.h"
|
|
|
|
int
|
|
main (
|
|
int argc,
|
|
char ** argv
|
|
)
|
|
{
|
|
return sntp_main(argc, argv, Version);
|
|
}
|