mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-02 17:08:56 +00:00
Use $FreeBSD$ for the juggle version, rather than $P4$. This is good for
two reasons: (1) juggle is now maintained in CVS, not P4, so the CVS revision number is the authoritative one. (2) Apparently $P4$ requires special handling and juggle was not marked as needing it, resulting in problems for the P4 importer. Requested by: gordon
This commit is contained in:
parent
7a3e891951
commit
7f9f1e422f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154961
@ -497,7 +497,7 @@ main(int argc, char *argv[])
|
||||
int fd1, fd2, i, j, p;
|
||||
struct utsname uts;
|
||||
|
||||
printf("version, juggle.c %s\n", "$P4: //depot/projects/netsmp/src/tools/netperf/juggle/juggle.c#3 $");
|
||||
printf("version, juggle.c %s\n", "$FreeBSD$");
|
||||
|
||||
if (uname(&uts) < 0)
|
||||
err(-1, "utsname");
|
||||
|
Loading…
x
Reference in New Issue
Block a user