• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/uemacs/uemacs-4.0.15-lt.01.patch
Peter KorsgaardPeter Korsgaard committed e0db53202c326 Apr 2010
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
diff -rup em-4.0.15-lt.oorig/display.c em-4.0.15-lt/display.c
2
--- em-4.0.15-lt.oorig/display.c    1994-05-21 12:40:56.000000000 +0200
3
+++ em-4.0.15-lt/display.c  2005-11-16 16:54:22.000000000 +0100
4
@@ -9,6 +9,7 @@
5
  */
6
 
7
 #include        <stdio.h>
8
+#include        <errno.h>
9
 #include   "estruct.h"
10
 #include        "edef.h"
11
 
12
diff -rup em-4.0.15-lt.oorig/main.c em-4.0.15-lt/main.c
13
--- em-4.0.15-lt.oorig/main.c   1994-05-21 12:41:03.000000000 +0200
14
+++ em-4.0.15-lt/main.c 2005-11-16 16:54:01.000000000 +0100
15
@@ -123,7 +123,7 @@ char *argv[];   /* argument strings */
16
 #endif
17
 
18
 #if UNIX
19
-   static void emergencyexit();
20
+   void emergencyexit();
21
 #ifdef SIGWINCH
22
    extern void sizesignal();
23
 #endif
24
@@ -599,7 +599,7 @@ quickexit(f, n)
25
    return(TRUE);
26
 }
27
 
28
-static void emergencyexit(signr)
29
+void emergencyexit(signr)
30
 int signr;
31
 {
32
    quickexit(FALSE, 0);
33
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.