mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
393 B
Plaintext
16 lines
393 B
Plaintext
$NetBSD: patch-src_avr_h,v 1.1 2011/08/29 01:27:29 dholland Exp $
|
|
|
|
- catch up to C++ standards churn
|
|
|
|
--- src/Avr.h~ 2004-02-07 18:54:06.000000000 +0000
|
|
+++ src/Avr.h
|
|
@@ -138,7 +138,7 @@ class TAvr: public TDevice{
|
|
private:
|
|
/* AVR Family Device (Part) List */
|
|
struct TPart {
|
|
- char* name;
|
|
+ const char *name;
|
|
TByte part_family;
|
|
TByte part_number;
|
|
TAddr flash_size;
|