mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
2b15cb3d09
Thanks to roberto for providing pointers to wedge this into HEAD. Approved by: roberto
13 lines
125 B
C
13 lines
125 B
C
#include <config.h>
|
|
|
|
#include "main.h"
|
|
|
|
int
|
|
main (
|
|
int argc,
|
|
char ** argv
|
|
)
|
|
{
|
|
return sntp_main(argc, argv, Version);
|
|
}
|