aboutsummaryrefslogtreecommitdiff
path: root/share/examples/sunrpc
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in share/examples/sunrpc/dir/rls.cYuZhong-Chen2024-02-131-1/+1
| | | | | Event: Advanced UNIX Programming Course (Fall’23) at NTHU. Pull Request: https://github.com/freebsd/freebsd-src/pull/974
* share: Remove ancient SCCS tags.Warner Losh2023-11-2714-26/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-162-2/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* examples: fix typoEitan Adler2017-12-291-1/+1
| | | | Notes: svn path=/head/; revision=327366
* Update share/examples/* to properly install /usr/share/examples.Glen Barber2016-05-104-1/+17
| | | | | | | | | | | | | As result of this, a new examples package is now created. Note, this is only effective with 'SHARED=copies' (the default), as the 'SHARED=symlinks' mechanism will create a symlink to the source tree version of the file(s). Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=299293
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-092-2/+6
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* Remove the -lrpclib, since it causes the build of these examplesMike Pritchard1997-02-261-1/+1
| | | | | | | | | | | to fail. Closes PR# 2359 Submitted by: Pedro A M Vazquez <vazquez@IQM.Unicamp.BR> Notes: svn path=/head/; revision=23130
* Remove trailing whitespace.Rodney W. Grimes1995-05-305-13/+13
| | | | Notes: svn path=/head/; revision=8875
* Sun RPC demo programs from 4.4-LiteGarrett Wollman1994-08-0714-0/+539
Notes: svn path=/cvs2svn/branches/SUN/; revision=1905