Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 2021 10:29:00 -0700 (PDT)
From:      "Rodney W. Grimes" <freebsd-rwg@gndrsh.dnsmgr.net>
To:        Kyle Evans <kevans@freebsd.org>
Cc:        rhurlin@freebsd.org, current <current@freebsd.org>
Subject:   Re: sys/sys/param.h: 'main' instead of 'Master'?
Message-ID:  <202104161729.13GHT0g1053366@gndrsh.dnsmgr.net>
In-Reply-To: <CACNAnaHsrP50SKaU6=kmZ_AZnkwLQwgngdhGs=O9Ro7u5itgdQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> n Fri, Apr 16, 2021 at 11:36 AM Rainer Hurling <rhurlin@gwdg.de> wrote:
> >
> > While viewing sys/sys/param.h I noticed that the comment of the
> > definition of __FreeBSD_version is probably out of date.
> >
> > Since the switch to Git, doesn't it have to be 'main' instead of 'master'?
> >
> 
> This isn't based on a branch name, though I guess if one were going to
> touch it anyways then "Authoritative" would be a better descriptor.

As well as "Origin".

> 
> > #cd /usr/src
> > #diff -urN sys/sys/param.h.orig sys/sys/param.h | colordiff
> > --- sys/sys/param.h.orig        2021-04-09 12:59:25.363286000 +0200
> > +++ sys/sys/param.h     2021-04-16 18:28:46.621429000 +0200
> > @@ -60,7 +60,7 @@
> >   *             in the range 5 to 9.
> >   */
> >  #undef __FreeBSD_version
> > -#define __FreeBSD_version 1400007      /* Master, propagated to newvers */
> > +#define __FreeBSD_version 1400007      /* main, propagated to newvers */
> >
> >  /*
> >   * __FreeBSD_kernel__ indicates that this system uses the kernel of
> > FreeBSD,
> >
> > _______________________________________________
> > freebsd-current@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-current
> > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
> 

-- 
Rod Grimes                                                 rgrimes@freebsd.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104161729.13GHT0g1053366>