• 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
 
diff -rup em-4.0.15-lt.oorig/display.c em-4.0.15-lt/display.c
--- em-4.0.15-lt.oorig/display.c    1994-05-21 12:40:56.000000000 +0200
+++ em-4.0.15-lt/display.c  2005-11-16 16:54:22.000000000 +0100
@@ -9,6 +9,7 @@
  */
 
 #include        <stdio.h>
+#include        <errno.h>
 #include   "estruct.h"
 #include        "edef.h"
 
diff -rup em-4.0.15-lt.oorig/main.c em-4.0.15-lt/main.c
--- em-4.0.15-lt.oorig/main.c   1994-05-21 12:41:03.000000000 +0200
+++ em-4.0.15-lt/main.c 2005-11-16 16:54:01.000000000 +0100
@@ -123,7 +123,7 @@ char *argv[];   /* argument strings */
 #endif
 
 #if UNIX
-   static void emergencyexit();
+   void emergencyexit();
 #ifdef SIGWINCH
    extern void sizesignal();
 #endif
@@ -599,7 +599,7 @@ quickexit(f, n)
    return(TRUE);
 }
 
-static void emergencyexit(signr)
+void emergencyexit(signr)
 int signr;
 {
    quickexit(FALSE, 0);
​
  • 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.