pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/49761: typo in cwrappers
>Number: 49761
>Category: pkg
>Synopsis: typo in cwrappers
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Mar 19 21:50:01 +0000 2015
>Originator: Kamil Rytarowski
>Release: current
>Organization:
>Environment:
NetBSD compaq 7.99.1 NetBSD 7.99.1 (GENERIC) #0: Fri Nov 7 22:04:53 CET 2014 kamil@chieftec:/tmp/netbsd-tmp/sys/arch/amd64/compile/GENERIC amd64
>Description:
Likely typo in a string comparison.
>How-To-Repeat:
N/A
>Fix:
Index: cleanup-cc.c
===================================================================
RCS file: /cvsroot/pkgsrc/pkgtools/cwrappers/files/bin/cleanup-cc.c,v
retrieving revision 1.1
diff -r1.1 cleanup-cc.c
67c67
< strncmp(arg->val, "-Wl,-rpath-link,", 15) == 0) {
---
> strncmp(arg->val, "-Wl,-rpath-link,", 16) == 0) {
Home |
Main Index |
Thread Index |
Old Index