diff options
Diffstat (limited to 'usr.bin/diff3')
| -rw-r--r-- | usr.bin/diff3/diff3.1 | 2 | ||||
| -rw-r--r-- | usr.bin/diff3/diff3.c | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/diff3/diff3.1 b/usr.bin/diff3/diff3.1 index 9f66e0542bb9..9286a79e6ec6 100644 --- a/usr.bin/diff3/diff3.1 +++ b/usr.bin/diff3/diff3.1 @@ -27,8 +27,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)diff3.1 8.2 (Berkeley) 4/18/94 -.\" .Dd June 23, 2022 .Dt DIFF3 1 .Os diff --git a/usr.bin/diff3/diff3.c b/usr.bin/diff3/diff3.c index 380987560ee0..78638ea2428c 100644 --- a/usr.bin/diff3/diff3.c +++ b/usr.bin/diff3/diff3.c @@ -60,14 +60,9 @@ * 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. - * - * @(#)diff3.c 8.1 (Berkeley) 6/6/93 */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)diff3.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include <sys/cdefs.h> #include <sys/capsicum.h> |
