~ubuntu-branches/debian/jessie/ppp/jessie

« back to all changes in this revision

Viewing changes to debian/patches/002_chat.c.diff

  • Committer: Bazaar Package Importer
  • Author(s): Michael Beattie
  • Date: 2001-12-11 00:24:05 UTC
  • Revision ID: james.westby@ubuntu.com-20011211002405-gcsjlgalwyjf99m2
Tags: 2.4.1.uus-4
Use MAKEDEV in postinst, not mknod. (Closes: #122574)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- ppp-2.4.0b4.orig/chat/chat.c
 
2
+++ ppp-2.4.0b4/chat/chat.c
 
3
@@ -203,7 +203,7 @@
 
4
 int clear_abort_next = 0;
 
5
 
 
6
 char *report_string[MAX_REPORTS] ;
 
7
-char  report_buffer[50] ;
 
8
+char  report_buffer[256] ;
 
9
 int n_reports = 0, report_next = 0, report_gathering = 0 ; 
 
10
 int clear_report_next = 0;
 
11