aboutsummaryrefslogtreecommitdiff
path: root/include/grp.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:21:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:28 +0000
commit5a1d14419a5b620430949a46cb6ee63148a43cb9 (patch)
treea549102374a390e766b65cfa8180481f6b82b734 /include/grp.h
parent90aea514c6249118e880d75972d063362f4bf492 (diff)
downloadsrc-5a1d14419a5b620430949a46cb6ee63148a43cb9.tar.gz
src-5a1d14419a5b620430949a46cb6ee63148a43cb9.zip
include: Remove ancient SCCS tags.
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
Diffstat (limited to 'include/grp.h')
-rw-r--r--include/grp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/grp.h b/include/grp.h
index 3798fd3ea43c..6c603a2e86dc 100644
--- a/include/grp.h
+++ b/include/grp.h
@@ -32,8 +32,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * @(#)grp.h 8.2 (Berkeley) 1/21/94
*/
#ifndef _GRP_H_